#11764 closed enhancement (fixed)
AutoUrlLink plugin for Editor
Reported by: | Gu Yi, He | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Editor | Version: | 1.5 |
Keywords: | ibm editor recognize URL | Cc: | [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
This plugin can recognize a URL like string (such as http://www.website.com) and turn it into a hyperlink that points to that URL.
Attachments (1)
Change History (10)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
comment:3 follow-up: 5 Changed 10 years ago by
heguyi: Can you work more on enter key behavior? (Or remove it?) It does not play well with the enterkeyhandling plugin, which modifies the dom to standardize the neter key markup.
It also sometimes (when pressing enter), grabs an extra word. Such as if you type:
foo http://foo.com|bar (And | is where you press enter). It will grab the bar word as part of the link. That's annoying/bad.
Also, it would be good if you did the doc page for this plugin, since you're the primary author. I merely fixed some issues in it.
comment:4 Changed 10 years ago by
Owner: | set to Jared Jurkiewicz |
---|
comment:5 Changed 10 years ago by
Thank you, Jared. I've updated it according to your comments.
- The conflict with EnterKeyHandling? is resolved. It is based on the latest EnterKeyHandling? plugin now.
- It will not grab extra word now.
- Actually, there is a doc under review. Hope I can post it after the review.
comment:6 Changed 10 years ago by
That works a LOT better.
I recommend you test it out in other enterkey handling modes (P/DIV) and see if it still works.
-- Jared
Changed 10 years ago by
Attachment: | AutoUrlLink.patch added |
---|
updated patch for enter key handling from Eldon (IBM, CCLA)
comment:7 Changed 10 years ago by
posted patch from Eldon - "...updated so that the plugin is compatible with *all* the three (BR, DIV, P) enter key mode."
comment:8 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [22953]) Update AutoUrlLink? plugin. Fixed issue in ptch with null selection, aded testcase editors with them. fixes #11764
comment:9 Changed 10 years ago by
Fixed a minor issue. You weren't checking for null selections (which do occur). And added test editors for each EnterKeyHandling? mode mode just to make sure they work.
Please get the docs page on Dojocampus updated. :)
Otherwise, looks really good.
Adding in AutoUrlLink? after review and several fixes [22910]