The "Clear" button ("X") for several "Search" fields (e.g.: "Plugin Manager" and "Extensions Manager") is not functioning.
Better leave it but can you change the title to something more generic as I proposed in the previous post?
I suspect if you close this I will have to write an answer again
Unfortunately edits don't get synced across right away because GitHub's API doesn't send out data anymore when that happens. We have some cron jobs that should be taking care of this.
@infograf768 you can close this one, since #4895 is merged. Thanks
Title |
|
||||||
Status | New | ⇒ | Closed | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-29 09:08:24 |
Labels |
Added:
?
|
There is already a proposed PR: #4895 Apply that patch and functionality will be restored.
This is due to #4888 and the absence of #4895. In #4888 we removed mootools calls from the toolbar buttons. The links that are failing in many pages is the result of the absence of mootools. Admin area was always dependent on mootools but this, shouldn’t be the case for 3rd party components.
What is failing here is that the buttons or links are using
document.id(‘something’);
and instead should be using vanilla javascript:There was another report for this but I guess it shouldn’t be closed.
Sergio can you change the title here to something like: javascript error
document.id(‘something’);
is failing?Thanks