[Incrtcl-develop] [ incrtcl-Iwidgets Bugs-1578846 ] dynamic scrollbar behaviour incorrect/strange
by SourceForge.net other posts by this author
Oct 17 2006 4:11AM messages near this date
[Incrtcl-develop] Itcl / Tcl Version Compatibility
|
[Incrtcl-develop] Tcl's TIP 278
Iwidgets Bugs item #1578846, was opened at 2006-10-17 11:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=383687&aid=1578846&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ScrolledXXX
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Colin Hogben (chogben)
Assigned to: Chad Smith (smithc)
Summary: dynamic scrollbar behaviour incorrect/strange
Initial Comment:
The attached script demonstrates unexpected and frankly
strange behaviour.
It creates a scrolledframe then lets the user pack
different sized labels within the child frame.
Start the program. The window contains the
scolledframe at the top and four buttons beneath.
Click "small" - red "x" appears with no scroll bars;
now click "tall" - a tall green label appears instead
with a vertical scroll bar because it is taller than
the frame. All OK so far.
Now click "small" again - the red "x" reappears, but
the vertical scroll bar is still there (BUG 1). I
expect it to disappear because it is no longer needed.
The vertical scroll bar can now be dragged up and the
red "x" moved down within its frame (BUG 2). I expect
not to be able to drag a scroll bar when there is no
gap at either end (of course it should not be shown
anyway).
Resize the toplevel window to reduce its height
slightly. The vertical scroll bar is still there.
Try to drag scroll bar up again - it vanishes (BUG 3).
I don't expect things to vanish suddenly.
Click "tall" - vertical scoll bar reappears, but with
the slider sunken despite not having focus (BUG 4).
Of course, bugs 2,3,4 may be knock-on effects from bug 1.
Versions etc.:
Tcl 8.4
Iwidgets 4.0.2
Running on Solaris (X window system)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=383687&aid=1578846&group_id=13244
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|