Closed Bug 20359 Opened 25 years ago Closed 25 years ago

[PP]image dialog file chooser not operational

Categories

(Core :: DOM: Editor, defect, P2)

Other
Linux
defect

Tracking

()

VERIFIED FIXED

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.
Assignee: brade → pavlov
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.
Priority: P3 → P2
Target Milestone: M13
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.
*** Bug 21495 has been marked as a duplicate of this bug. ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
checkde in fix.
Status: RESOLVED → VERIFIED
verified in 12/6 build...
You need to log in before you can comment on or make changes to this bug.