Search and Top Navigation
#5751 closed bug (invalid)
Opened June 22, 2010 05:57PM UTC
Closed October 31, 2012 08:57AM UTC
datePicker 1.82 & 1.73 in safari 4/x -5.x/Flash 10.1 shifts all flash content on page left when initialized
Reported by: | frostywd | Owned by: | frostywd |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is very specific but after installing Flash 10.1 I see that a flash menu and picture gallery shift and jump to the left about 6-10 pixels in my case. Interestingly enough, clicking on the date field (causing the calendar to appear) puts everything back into it's place until the page is reloaded.
I've tracked the problem to one css field in the core.css:
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
Commenting the above out fixes everything.
To verify it was only the datePicker, I comment out the function that initialized the dateField and the problem disappeared.
To be clear, this is only with Flash 10.1 & Safari on a Mac. Chrome and FF on the mac with the same 10.1 plugin work fine.
I've tried the webkit nightly build and the problem is still there.
Attachments (0)
Change History (4)
Changed July 30, 2010 11:48AM UTC by comment:1
component: | ui.core → ui.datepicker |
---|---|
keywords: | Flash 10.1 |
Changed October 11, 2012 09:04PM UTC by comment:2
milestone: | TBD → 1.11.0 |
---|
Changed October 17, 2012 06:23AM UTC by comment:3
owner: | → frostywd |
---|---|
status: | new → pending |
This code is no longer in datepicker, and we only support Safari 5.1 and 6.0 at this point. Please let us know if you are still experiencing this bug on the latest version of jQuery UI. Thanks again for contributing!
Changed October 31, 2012 08:57AM UTC by comment:4
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!
Afaik this has nothing to do with Flash. I've seen the same issue elsewhere where no flash was involved. Need a simple testcase.