-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can no longer set maxAjaxRows or panelZIndex #535
Comments
I tried the example |
@dg - I have managed to set But, I am still having problems setting
but now you have:
and
and I am struggling to figure out how to override it. Am I missing something obvious? Thanks. |
I would like you to suggest a solution, because I don't use this (and therefore it's really possible that it doesn't work at all). |
It used to work perfectly. It's really nice to be able to set this because 20000 is higher than the dropdown menus in Processwire which means for large panels they block access to these. Can you either revert to having panelZIndex globally scoped so it can be changed via |
I tried to fix it. Only for consistency's sake, I changed |
Thanks @dg - works perfectly - it's great to have this option back - saves lots of frustrations :) |
Version: 2.7.9 & 2.9.1
Bug Description
It doesn't seem like it's possible to override these anymore.
Steps To Reproduce
It used to be possible to set these via:
Expected Behavior
It doesn't work in the latest versions of 2.7 or 2.9 but it used to work in earlier versions of 2.7, but I am not sure about 2.8.
I think the example suggests it should still be possible to change the maxAjaxRows:
tracy/examples/ajax-jquery.php
Line 48 in 8755508
and I don't think there is any reason to have removed the zIndex option. Further discussion about that here: #269
Thanks.
The text was updated successfully, but these errors were encountered: