Opened 14 years ago
Closed 13 years ago
#1553 closed defect (fixed)
Ctrl+Click at first when "selecting polygon" shows error message in Safari / Chrome
Reported by: | sparkliu | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.3 |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When selecting polygon (Select more -> Select polygon in context menu), if Ctrl+Click immediately (without any other point), there will be a warning message in Safari / Chrome.
Actually this is because of two reasons:
- When there is no point defined, there should be no query instead of query with error parameter.
- Non-Chrome browser should also show message when returning status is not 200.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | Fix 1553.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix code