Opened 3 years ago
Last modified 2 years ago
#55 accepted defect
Date selection works clumsily
| Reported by: | petertennekes | Owned by: | tmar |
|---|---|---|---|
| Priority: | minor | Milestone: | Future Release |
| Component: | Other | Version: | 0.8.2 |
| Keywords: | Cc: |
Description
Preconditions: N97
Steps: Write new page
press drop down next to published
change the month and the year
Expected result: Easy to change the month and year
Actual result: Month list does not scroll well especially downwards and seems to scroll too far up.
The up button is blocked by the year text and cannot be pressed
Change History (3)
comment:1 Changed 3 years ago by tmar
- Owner set to tmar
- Status changed from new to accepted
comment:2 Changed 3 years ago by ahvenlam
- Priority changed from major to minor
It's true on Symbian as well. I made it little bit better with QSS styling but I think unless Qt improves this, only way to properly fix this is to write own custom component for datetime selection.
However I think priority is minor since it's not necessary to change published date that often and you can still do it.
comment:3 Changed 2 years ago by daniloercoli
- Component changed from All platforms to Other
- Milestone set to Future Release
- Version set to 0.8.2

This is still true on Maemo.
The widget used is a fairly standard QDateTimeEdit with a calendarPopup (QCalendarWidget) and only minimal QSS.