Modify ↓
#294 closed enhancement (fixed)Double clicking an URL does highlight/mark parts of the string
Description
YAM 2.8-dev [OS4/PPC] (02.03.2012)
Think this changed "recently". Attachments (0)Change History (6)comment:1 Changed 14 months ago by thboeckelcomment:2 follow-up: ↓ 3 Changed 14 months ago by padrino
I doubt that it always did that as it would likely have bothered me bevore then.
I think, the reason is, that is seems logical to me, that double clicking should highlight something OR perform the "link-opening" action. And not both. Cause the user expects the one or the other, not both. If you would want to mark then URLopning is not desired and vice versa. comment:3 in reply to: ↑ 2 Changed 14 months ago by thboeckel
Replying to padrino:
Absolutely not. Even with MUI 3.8 on AmigaOS3 the URL will be selected on double clicking it. This is because TextEditor.mcc does this selection, not MUI itself. And TextEditor.mcc has not been changed in this respect since more than 2 years now. comment:4 Changed 13 months ago by thboeckel
comment:5 Changed 13 months ago by padrino
Thanks for fixing this one though it assumably has always been that way!
There's still another/similar problem I encountered giving OS4's URLOpen a try (instead of openurl).
When you have actived multiple choises of Browsers, so that URLOpen will ask you which browser to use, after selecting the browser-button the textfield will mark the complete string starting from the double click-postion to the current position, namely the requester button of the browser you have chosen (of course for this to happen the opening requester must be placed so that the second position is quite some space away from the first).
Should I open a new ticket for that on? comment:6 Changed 13 months ago by thboeckel
Please wait for TE.mcc 15.38. The current release 15.37 has a bad bug which interprets a return value from YAM (or any other application) in an inverted fashion and handles the double click again although YAM already has handled it. TE.mcc's default reaction on a double click is to mark the clicked word. Furthermore YAM is launching an external command (here C:URLOpen) synchronously. This mean that control returns to YAM and eventually TE.mcc only if the command terminates. Lots of things could have happened in the meantime, as you already described.
To make it short: wait for TE.mcc 15.38 and open a new ticket if the current behaviour persists. Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



Can you give some good reasons why YAM should not do that than just "it should not"?
YAM has always marked the double clicked URL. What is wrong about that?