Opened 14 years ago
Closed 14 years ago
#1514 closed defect (fixed)
Ctrl+Click can't end digitize LineString in Chrome on Windows
Reported by: | sparkliu | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.3 |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
In Chrome on Windows, after calling DigitizeLineString, the tooltip says "Ctrl + Click" to end digitize, but the true operation that can end digitizing is "Shift + Click".
This is because the tooltip is set according to "macOS" value (viewerfiles / ajaxmappane.templ, line 326), but digitize ending using "safari" (viewerfiles / digitize.js, line 399 - 400).
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | 1514 fix patch.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix patch