Opened 2 months ago
Last modified 6 weeks ago
#19124 new bug
Web+: mouse wheel scrolls old tab after switching tab
Reported by: | humdinger | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/WebPositive | Version: | R1/beta5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev57937+116, 64bit, but I see the same with an older install from July 2024.
- Open several pages in several tabs in Web+.
- Use the mouse wheel to scroll down in tab 1.
- Press ALT+2 to switch to tab 2.
- Steady now, without moving the mouse, keep scrolling down.
--> The current tab 2 isn't scrolled, but the previous tab 1 is. If you move the mouse, the focus gets switched and the correct tab 2 gets scrolled.
Genio, which uses a modified version of Web+ tabs is similarly affected. Terminal isn't.
Note:
See TracTickets
for help on using tickets.
Since the Web+ TabView uses a BCardLayout, doing SetVisibleItem() when switching tab, could be that this operation doesn't trigger the "view under mouse" change within app server or BWindow ? (sorry I forgot where this is tracked down)