#3284 closed Task (fixed)
UI Dialog - Span and div mixed
| Reported by: | Jeremy Kalinowski | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Dialogs | Version: | SVN (CKEditor) - OLD |
| Keywords: | IBM Pending | Cc: | Damian |
Description
In the image plugin, at least "Alternative Text" is a div instead of a span like the other elements.
Change History (3)
comment:1 Changed 17 years ago by
| Keywords: | Pending added |
|---|
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
At firt is was making styling an issue and would require going through each plugin an changing the labels. However after further research a solution was found to deal with styling. I think this is a non-issue now.
comment:3 Changed 17 years ago by
| Milestone: | CKEditor 3.x |
|---|

Actually, it's a case by case situation. The <span> tag has been used for pure labels, while <div> for "labeled fields".
All that is supposed to be handled internal in the editor, being completely transparent to the end user and end developer.
How exactly is is impacting at your side, to consider it a valid issue?