Opened 12 years ago
Closed 12 years ago
#11020 closed defect (fixed)
Pasted hyperlinks when edited via LinkDialog do not show href
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Editor | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Pasted hyperlinks when edited via LinkDialog? do not show href
This is because the code that reads the values off the link only look for _djrealurl, not both that and href. When normally processed links, the editor adds the _djrealurl to it, but when they are pasted in (from say word), it doesn't.
So, the LinkDialog? needs to check both. Simple change. Same goes for the img tags.
Attachments (1)
Change History (3)
Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Simple patch for this issue. Check both.