Side navigation
#11423 closed bug (invalid)
Opened March 01, 2012 09:59AM UTC
Closed March 16, 2012 08:28AM UTC
[safari] .css({ overflow: 'hidden'}) does not set that property
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | css | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Instead it sets overflow-x and overflow-y, which has mostly the same effect, but for me it leads to problems further down the road when used in our application.
Specifically we use a qtwebkit browser to server side render a js heavy site to present that static version to non js able clients (*cough* blackberry *cough*). The problem now is that with query only setting overflow-x and overflow-y, those selectors aren't supported on blackberry and I can't get jquery to set them on the element.
My current workaround: set the relevant css with attr('style', 'overflow: hidden') which seems to work, but requires us not touching the css for that element in the code again or it will decompose again to overflow-x and overflow-y.
Attachments (0)
Change History (2)
Changed March 01, 2012 10:40AM UTC by comment:1
component: | unfiled → css |
---|---|
owner: | → anonymous |
priority: | undecided → low |
status: | new → pending |
Changed March 16, 2012 08:28AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.