Opened 15 years ago
Closed 15 years ago
#559 closed enhancement (fixed)
Handling of "jumping" TreeGDE
Reported by: | frankjaeger | Owned by: | mschulz |
---|---|---|---|
Priority: | minor | Milestone: | 2.6.1 release |
Component: | user interface | Version: | 2.6 |
Keywords: | TreeGDE, Scrolling | Cc: | mschulz, christoph |
Description
Vertical scrolling with "Mouse Wheel" doesn't work, if the width of TreeGDE is changed by:
onmouseover="...;this.style.width=350;"
You have to position the mousepointer to the scrollbar on the extended right edge. But if you go 1 Pix to much to the right the "onmouseout" let collapse the width. You have to go to the left to catch the scrollbar, but another "onmouseover" happens and you have to go to the right again.
It would be great to enable crolling by Mouse-Wheel.
Tested with Firefox 3.5.5 and IE 7 on XP.
Change History (8)
comment:1 by , 15 years ago
Milestone: | → 2.6.1 |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 15 years ago
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
just tested it also on IE8 - works, shows some flickering.
comment:6 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
reopened. needs more testing on IE.
comment:8 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
added this feature to trunk too
changeset:4998 should fix these issues. Currently tested with FF 355 on linux an windows.
enlargetreewidth (new element var for treeGDE2)
This makes the onmouseover onmouseout gui attributes of treeGDE obsolete.