Modify ↓
Opened 15 years ago
Closed 15 years ago
#5465 closed defect (fixed)
properties dialog tag-wiki-lookup does not have timeout (potentially blocks)
Reported by: | bastiK | Owned by: | cmuelle8 |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
In properties dialog you can right click a tag and show it in the browser (see #5443).
To find the right page, it needs to connect to some URLs in advance. During that time, the EDT is blocked, so this should be done in a separate thread and/or a timeout should be set for the connection.
Attachments (2)
Change History (5)
by , 15 years ago
Attachment: | FullscreenToggleAction.java.patch added |
---|
by , 15 years ago
Attachment: | PropertiesDialog.java.patch added |
---|
indeed, sorry - please check in the right one :-)
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
did you already have time to take a look at #5480 ?
thx
Note:
See TracTickets
for help on using tickets.
also closes 5464