-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Selectmenu non-native theming problem #7957
Comments
This is not a bug in the framework, but something we should probably document better. |
Thanks for clarification, though it looks very strange, and enforces always to specify theme explicitly for selectmenus on header. |
You can style the selectmenu popup. See http://jsbin.com/qavisoxaro/1/edit?html,output |
data-overlay-theme="none" removes/changes style for "fading" cover. But popup with list items itself is not changing. It's not possible to define theme "b" for selectmenu and for example theme "c" for its selection popup. |
Hi @jaspermdegroot any update ? Can I help you? |
hi @marti1125 Help is always welcome! If you can open a PR in the https://github.com/jquery/api.jquerymobile.com repo to make the changes as I described in my comment #7957 (comment) above that would be great! Thanks! |
Hi @jaspermdegroot I added in Mac OS: libxml2 and libxslt |
Yeah, I did hear about problems with deploying the API docs. I think they were fixed by now, but I am not sure to be honest. If you still encounter problems please open a ticket at the API docs repo so the people that are looking into this will be aware of it. |
@marti1125 @jaspermdegroot Yes, this issue around the deployment of the api docs was fixed by jquery/api.jquerymobile.com@c995002#diff-b9cfc7f2cdf78a7f4b91a753d10865a2 and jquery/jquery-wp-content@836858d |
That's great. Thanks for the update! |
@agcolom thanks!! |
Hi @jonathansampson could you check my PR please =D |
Test case: http://jsbin.com/husohaluqo/1/edit?html,css,js,output
Page theme "a", header theme "b", selectmenu on header.
If no theme explicitly defined for selectmenu it will be styled as parent (header). But popup is styled incorrectly as "a" (page).
Also it would be nice to have separate option for popup styling, because often it should be styled quite differently.
The text was updated successfully, but these errors were encountered: