jquery-archive / jquery-mobile Public archive
Chrome Issue: CSS column-count and data-role="panel" #5508
Comments
|
Thanks for reporting the issue. Should be fixed in latest code now. |
|
Working great! |
…e 3D-ing all divs causes stacking context issues. Added info to the docs as fix for #5508.
|
The issue you reported was caused by the way we force hardware acceleration on WebKit browsers: we set However, we noticed that this causes problems with at least one widget (rangeslider) so I removed the fix. It only appears to be a problem when This means you have to add the fix in your custom CSS. I added it on your test page: http://jsbin.com/uhefac/25/edit While looking into this again I noticed some other issues with
Also the first collapsible, Chrome renders the top half of the input in the left column and the bottom half in the right column on certain screen widths. To prevent this you can set |
|
Thanks for this extra info. I did indeed come up against these very issues. I fixed it in a more round about way playing with various styles (mostly disabling the external glow). I'll use the CSSs you suggested. |
|
I have since switched to using the JQM column classes with much success. I'd be happy to close this issue. |
Trying to click into one of the JQM controls in the CSS column count area yields unexpected results when combining CSS column count in the content area and a data-role=panel (the click doesn't accurately select the correct control).
Try and select on of the columnized controls in the details section. Example 1 is broken. Example 2 works fine (as it does not have a Panel control).
This is a Chrome only issue. Works fine in every other browser I've tried.
Tested using Chrome versions 24 (stable) and 26 (canary)
http://jsbin.com/uhefac/14/edit - E1 with panel control
http://jsbin.com/adaxix/1/edit - E2 no panel control
The text was updated successfully, but these errors were encountered: