Opened 3 years ago
Last modified 2 years ago
#2 accepted defect
Popup gets misplaced if screen orientation changes while menu is open
| Reported by: | petertennekes | Owned by: | tmar |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.9 |
| Component: | Other | Version: | .5 |
| Keywords: | symbian | Cc: |
Description
If a popup menu is open and the screen orientation changes, the location of the menu is not updated, and the menu may be partially outside the screen.
The placement is correct if the user closes and reopens the menu, so setting minimal priority for ticket.
(was futu#198)
Note: We could update the position in resizeEvent function.
Change History (5)
comment:1 Changed 3 years ago by petertennekes
- Milestone set to .6
comment:2 Changed 3 years ago by ahvenlam
comment:3 Changed 3 years ago by tmar
Fixed for options popup menu; need to verify for item menus.
comment:4 Changed 3 years ago by tmar
- Owner set to tmar
- Status changed from new to accepted
comment:5 Changed 2 years ago by daniloercoli
- Component changed from Symbian to Other
- Keywords symbian added
- Milestone changed from 0.8 to 0.9
- Priority changed from trivial to minor
Note: See
TracTickets for help on using
tickets.

Partly fixed in trunk. Location of the menu is moved to correct position when screen orientation changes.
If item will be outside the screen when changed to lower height screen it won't be scrolled to visible. Thus menu is also outside the screen.