Description
A page that include MonthCalendar macro does not show the GUI editor link.
Steps to reproduce
Add [[MonthCalendar]] to a page
Example
<< < 2025 / 1 > >> | ||||||
---|---|---|---|---|---|---|
Mon | Tue | Wed | Thu | Fri | Sat | Sun |
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Details
This wiki.
Workaround
Discussion
The bug is cause by this line in common/js/infobox.js:
// Initialize after loading the page window.onload=infoinit;
This replace the onload functon installed by common/js/common.js.
Plan
- Priority:
- Assigned to:
- Status: fixed in moin--main--1.5--patch-189