Opened 11 years ago
Closed 11 years ago
#10414 closed defect (fixed)
dojox.editor.plugins.Breadcrumb doesn't show image tag path
Reported by: | youngho | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.4.1 |
Component: | Editor | Version: | 1.4.0b |
Keywords: | editor Breadcrumb plugin | Cc: | |
Blocked By: | Blocking: |
Description
Hello,
The Breadcrumb plugin doesn't show image tag path for all browsers. ( FF3.5, IE8, Chrome, Safari(windows))
You can test with attached test patch ( add Image ) against dojox.editor.tests.editorBreadcrumb.html.
if you select the image, there is no image path in the breadcrumb.
Attachments (2)
Change History (9)
Changed 11 years ago by
Attachment: | test.patch added |
---|
comment:1 Changed 11 years ago by
Component: | General → Editor |
---|---|
Owner: | changed from anonymous to Jared Jurkiewicz |
comment:2 Changed 11 years ago by
Changed 11 years ago by
Attachment: | breadcrumb.patch added |
---|
comment:3 Changed 11 years ago by
You may want to try combining the Breadcrumb plugin with the LinkDialog? plugin. LinkDialog? has logic in it to make selection of images much simpler (clicking them will select them).
-- Jared
comment:6 Changed 11 years ago by
Milestone: | 1.5 → 1.4.1 |
---|
Found an error that throws. So, fixing this in 1.4.1 as well. Localized to this plugin.
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I attached potential patch. But this patch work only with FF. I think this problem is related with ticket #10420