Opened 18 years ago
Closed 17 years ago
#881 closed bug (fixed)
[Tracker] folder's content jumps on window resize
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Folder's content jumps on window resize, this bug appears about a month ago.
Attachments (1)
Change History (8)
follow-up: 2 comment:1 by , 18 years ago
comment:2 by , 18 years ago
Replying to axeld:
Could you go into more detail? I can't imagine what you mean. Is it possibly related to that (fixed) bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1155913&group_id=36106&atid=416230
Nope, this is not related to this bug. If i open home folder (don't remember in which mode now, sorry) and try to enlarge/shrink the window, icons with text will jump several times +-5-10 pixels in different directions util you stop resizing. I think this bug appear when Ingo merged his branch. Could be related to tracker changes made by Stephan (just a guess).
comment:3 by , 18 years ago
Ok, i even compiled current tracker from svn for target hrev5 and have the same (a little less) jumping on BeOS R5 too.
Also, to compile Tracker i had to comment 2 lines in Utilities.cpp at line 635
case B_ALIGN_HORIZONTAL_UNSET:
case B_ALIGN_USE_FULL_WIDTH:
See attached error message.
by , 18 years ago
comment:4 by , 18 years ago
I am also verifying this.
The problem also exists in OpenTracker CVS at sourceforge. I've been running with OT 5.3.0 (August 2006) without this problem but today i updated to CVS and there it was.
The easiest way to reproduce is to set the view to list view, and then shrink/grow by resizing the window diagonally.
comment:5 by , 18 years ago
Ok, I believe this bug was introduced by the fix in the sf.net bug above. I removed the ScrollBy() calls in BContainerWindow::FrameResized and the icon jumping went away.
comment:7 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Could you go into more detail? I can't imagine what you mean. Is it possibly related to that (fixed) bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1155913&group_id=36106&atid=416230
?