rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 9 forks source link

Field edit links not clickable when Repeater field set to "Items always open" #101

Closed Toutouwai closed 6 years ago

Toutouwai commented 6 years ago

For some reason when a Repeater field has the setting "Items always open", it isn't possible to click the field edit link for that field. The field open/close toggle seems to steal the click - in the screen capture below you can see the toggle icon flash although it doesn't actually toggle the field open/closed.

aos-issue

rolandtoth commented 6 years ago

Thanks, I was expecting markup differences but in fact it was another thing. AOS checks whether the edit link is already in the field's markup (see #96). Because repeaters include other fields their markup already contain edit links, so the edit link is not added. Now I excluded repeaters from this so it should work as expected.

Toutouwai commented 6 years ago

Thanks for the speedy fix.