#8569 closed bug (fixed)
SATDecorator don't handle tab resize correctly
Reported by: | X512 | Owned by: | czeidler |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons/Decorators/Default | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #8697, #8853 | |
Platform: | All |
Description
This is hrev44133
Steps to reproduce:
1) Create 2 text files with long names("AAAAAAAAAA" and "BBBBBBBBBB")
2) Open it in Pe
3) Stack Pe windows; windows must be large
4) Rename file that opened in left tab to "A". You will see that right tab don't move
5) Hide Pe windows by Deskbar. You will see tab stamp on desktop. You can "erase" it by selection.
Change History (12)
comment:1 by , 12 years ago
Component: | Servers/app_server → Add-Ons/Decorators/Stack And Tile |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Version: | R1/alpha3 → R1/Development |
comment:2 by , 12 years ago
Blocking: | 8697 added |
---|
comment:3 by , 12 years ago
Blocking: | 8853 added |
---|
comment:4 by , 10 years ago
Still present in hrev47449. I don't think that fixing this problem is too difficult, probably invalidating of tabs placed right of changed tab is missing.
follow-up: 6 comment:5 by , 10 years ago
I added a test to the test_app_server environment to make it easier to reproduce and debug this.
follow-up: 7 comment:6 by , 10 years ago
Replying to pulkomandy:
I added a test to the test_app_server environment to make it easier to reproduce and debug this.
Can you explain how to build test_app_server?
comment:7 by , 10 years ago
Replying to X512:
Replying to pulkomandy:
I added a test to the test_app_server environment to make it easier to reproduce and debug this.
Can you explain how to build test_app_server?
Some details can be found in pulkomandy's blog post.
Some snippets from the post:
TARGET_PLATFORM=libbe_test jam -q install-test-apps cd src/tests/server/app ./run Screen ./run ShapeTest
comment:8 by , 10 years ago
Milestone: | R1 → Unscheduled |
---|
Moving S&T related tickets out of R1 milestone (Prop #16).
comment:9 by , 10 years ago
Milestone: | Unscheduled → R1 |
---|
Moving S&T related tickets back into R1 milestone as S&T is in fact now the default. My apologies.
comment:11 by , 9 years ago
Blocking: | 12085 added |
---|
comment:12 by , 9 years ago
Blocking: | 12085 removed |
---|
(In #8697) Missed that, thanks!