GNOME Bugzilla – Bug 110734
modal print dialog prevents use of the browser file selector used to save files to a .ps
Last modified: 2004-12-22 21:47:04 UTC
So another reason why "app modal" windows suck. Steps to reproduce: 1. file->print... 2. Choose to save to a file by clicking the radio button. 3. Click Browse... 4. Try to interact with the file selector that pops up, you can't...
Wow, this one can be just transient I think.
i think we should associate a print dialog per tab, and a print window per tab so that every tab has only one associated with it. What do you think? I need to refactor the print-dialog code too if we're going to do this it sucks.
What I dont like much is that you can switch tab with the dialog open, so the dialog will apply to the hidden tab. I sort of prefer the find dialog logic == "The dialog apply to the active tab of the transient window".
Fixed in cvs