Search and Top Navigation
#3006 closed bug (worksforme)
Opened June 15, 2008 07:30PM UTC
Closed September 17, 2008 12:35AM UTC
Last modified October 11, 2012 09:15PM UTC
Embedded flash movie in ui.dialog unclickable in Safari 3
Reported by: | anonymous | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In safari (3.1.1 (5525.20)), mouse input is masked from
the movie controls, so embedded movies are unplayable. This worked fine prior to ui version 1.5.
Attachments (0)
Change History (4)
Changed June 15, 2008 11:13PM UTC by comment:1
Changed August 17, 2008 09:52AM UTC by comment:2
milestone: | → TDB |
---|
Changed September 17, 2008 12:35AM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | new → closed |
This works for me with latest SVN and Safari 3.1.2. It's likely that this issue was fixed with an update to the mouse manager. If you continue to have this problem with latest SVN, feel free to reopen this ticket and post a test file.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
Followup--
It seems that the problem is with the "mixins": draggable and resizable.
If i include only
ui.core
andui.dialog
, it works fine. Onceui.{draggable,resizable}
is included the mouse events are masked.