Opened 13 years ago
Closed 12 years ago
#507 closed defect (fixed)
Maptips widget: The Maptips button still is highlighted after we deactivate it.
Reported by: | hubu | Owned by: | hubu |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 2.0 |
Severity: | Minor | Keywords: | MapTips |
Cc: | Browser: | All | |
External ID: | 1422995 | Operating System: | All |
state: | New |
Description
steps:
- open a flexible weblyout in broweser
- by default, the Maptip button is enabled and highlighted with a grey background
- Click Maptip button to disable it and move the mouse away
result: the Maptip button still has a grey background and looks highligted. if user continues to click other button like 'Buffer', Maptip button's background disappear
expectation: after step3, the Maptip returns to normal look without highlighted background.
workaround: user continues to click other button and make Maptip looks disabled.
Attachments (1)
Change History (5)
by , 13 years ago
Attachment: | fixed-ticket-507.patch added |
---|
comment:1 by , 13 years ago
Solution: When we deactivate the Maptip widget, we removes the "jxButtonActive" class from this jxButton. At this time, we should invoke the blur() function to remove the focus to this button.
comment:3 by , 13 years ago
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with the same fix for #548
Fix for this ticket