Comment 5 for bug 297970

Revision history for this message
sander (s-devrieze) wrote : Re: chat-write-area looses focus when the scrollbar appears (Windows XP)

@mirkobau: it seems your patch created a bug in the preferences dialog:

window ".prefs.frall.f.f.t.frtree.sby" isn't packed
window ".prefs.frall.f.f.t.frtree.sby" isn't packed
    while executing
"$manager info $wscrollbar"
    (procedure "::UI::ScrollSet" line 12)
    invoked from within
"::UI::ScrollSet .prefs.frall.f.f.t.frtree.sby {pack .prefs.frall.f.f.t.frtree.sby -side right -fill y} 0 0.948787"

(see lib/Preferences.tc line 206)

This bug can be reproduced by setting the Skin in Appearance to "Default". The scroll bar will disappear when you do that.

Can you fix the new bug?