#3006 closed bug (worksforme)
Embedded flash movie in ui.dialog unclickable in Safari 3
Reported by: | anonymous | Owned by: | Scott González |
---|---|---|---|
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.
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Milestone: | → TDB |
---|
comment:3 Changed 14 years ago by
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.
Note: See
TracTickets for help on using
tickets.
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.