Bug 13958 - REGRESSION: Form select menu in iframe destroys form select menu on page
Summary: REGRESSION: Form select menu in iframe destroys form select menu on page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://www.smilecms.com/webkit/select...
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-05-31 20:31 PDT by Peer Bremer
Modified: 2007-06-01 17:05 PDT (History)
1 user (show)

See Also:


Attachments
Post fake events to the app event queue (2.49 KB, patch)
2007-06-01 00:59 PDT, mitz
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peer Bremer 2007-05-31 20:31:15 PDT
The page contains an form select element placed inside an iframe, when you select something in this second menu, the first one is no longer working... it works in Safari ;-)
Comment 1 mitz 2007-06-01 00:06:52 PDT
When you release the mouse over the popup in the inner frame, the outer frame doesn't get the (fake) mouse up event.
Comment 2 mitz 2007-06-01 00:59:22 PDT
Created attachment 14818 [details]
Post fake events to the app event queue
Comment 3 Sam Weinig 2007-06-01 17:05:00 PDT
Landed in r21950.