Opened 13 years ago
Closed 12 years ago
#7726 closed bug (fixed)
Time Preference preflet show time zone tooltip outside of list
Reported by: | Ziusudra | Owned by: | mmadia |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/Time & Date | Version: | R1/alpha4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
See attached screenshot.
Attachments (2)
Change History (8)
by , 13 years ago
Attachment: | TimePrefletTooltip.png added |
---|
comment:1 by , 12 years ago
patch: | 0 → 1 |
---|
by , 12 years ago
Attachment: | 0001-Create-TimeZoneListView-class-and-move-GetToolTipAt-.patch added |
---|
comment:2 by , 12 years ago
Version: | R1/alpha3 → R1/alpha4.1 |
---|
comment:3 by , 12 years ago
Can anyone comment if this patch is OK to commit? It applies cleanly to master (currently at hrev45326). WIth the patch applied, the tooltip will appear only when hovering over a specific timezone. The contents of the tooltip will change, depending on which timezone the mouse is hovering over.
comment:4 by , 12 years ago
It looks great to me. A solid and well implemented solution to this bug! I say commit it.
comment:5 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in hrev45330. Thanks for the contribution, Ziusudra!
Note:
See TracTickets
for help on using tickets.
This patch creates a TimeZoneListView and moves the tooltip code from ZoneView into it. Rebased to hrev44901