Python error message window opens in a maximized state

Bug #813807 reported by Alvin Penner
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Medium
jazzynico

Bug Description

running Windows XP, Inkscape rev 10450, it appears that any Python message report, even just an inkex.errormsg status report, will cause the Python message window to open in a maximized state. This is extremely annoying, since it makes it almost impossible to determine what the source of the message was.

su_v (suv-lp)
tags: added: extensions-plugins ui
Revision history for this message
su_v (suv-lp) wrote :

Reproduced on Mac OS X 10.5.8 (i386) with GTK+/Quartz backend (luckily does not happen with the GTK+/X11 backend)

The change was recently implemented in r10427.
<http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/10427>

Agreeing about the annoyance: the extension message dialog (console output from the script) is used by many extensions to provide a short sentence or information to the user (i.e. does not necessarily contain an error message with long lines for debugging purposes). The change should have been implemented as hidden option which extension developers can enable if really needed. IMHO though no error message dialog should ever default to maximized state, thus burrying/hiding all other information/windows beneath it. At least, please make this optional (AFAIU it would not be easy to implement two different kind of dialogs to allow feedback from extension scripts).

Changed in inkscape:
importance: Undecided → Medium
status: New → Confirmed
assignee: nobody → Felipe "Juca" Sanches (felipe-sanches)
Revision history for this message
Kris (kris-degussem) wrote :

Confirmed on Vista 64 bit (rev. 10484).

jazzynico (jazzynico)
tags: added: regression
Revision history for this message
jazzynico (jazzynico) wrote :

A possibility would be to replace the MessageDialog with another type of window that shows the maximize/minimize decoration icons so that you can maximize the message quickly.
But in the meantime, I strongly suggest that we revert to the old behavior.

jazzynico (jazzynico)
Changed in inkscape:
assignee: Felipe "Juca" Sanches (felipe-sanches) → JazzyNico (jazzynico)
status: Confirmed → In Progress
Revision history for this message
jazzynico (jazzynico) wrote :

Fixed in the trunk, revision 10598.

Changed in inkscape:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.