Closed
Bug 20359
Opened 26 years ago
Closed 26 years ago
[PP]image dialog file chooser not operational
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: sujay, Assigned: pavlov)
References
Details
using 11/30 build(1999113008) of mozilla on linux only
1) launch mozilla
2) launch editor
3) insert an image,this brings up the image dialog.
4) click choose file button to bring up the dialog file picker
once this comes up, try pressing any of the buttons on this panel.
nothing happens
linux only.
Updated•26 years ago
|
Assignee: brade → pavlov
Comment 1•26 years ago
|
||
I talked with Pav about this. The problem is that the initial modal dialog does
a grab of events, but the file selection dialog doesn't grab since it's not
always modal, so its parent's grab is still in effect and the events don't come
through. The solution to this is unclear (make the parent ungrab before
bringing up a child dialog? Make the fsb somehow figure out whether its parent
is modal?), but is definitely an X dialog issue. Reassigning.
Updated•26 years ago
|
Priority: P3 → P2
Target Milestone: M13
Comment 2•26 years ago
|
||
targetting M13, P2
This affects the html mail compose window as well.
I've also noticed you cannot dismiss the Insert Image dialog after closing the
image file chooser, in fact you can't quit. And in one instance I saw a crash
when trying to dismiss the image dialog after closing file chooser. I will try
to reproduce if nobody has seen this before.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
checkde in fix.
You need to log in
before you can comment on or make changes to this bug.
Description
•