Opened 16 years ago
Closed 12 years ago
#3592 closed Bug (fixed)
"Title" attribute in flash dialog isn't useful
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.4 |
Component: | UI : Dialogs | Version: | 3.0 |
Keywords: | Cc: |
Description
The <object> element might accept a "title" attribute, but the reality is that the browsers won't use it anyway with flash objects, so that's something that isn't useful to the end user and it would be better if it's removed.
Attachments (1)
Change History (12)
comment:1 Changed 16 years ago by
Milestone: | → CKEditor 3.1 |
---|
comment:2 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.2 |
---|
comment:3 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.3 |
---|
comment:4 Changed 15 years ago by
Keywords: | Pending added |
---|---|
Milestone: | CKEditor 3.3 → CKEditor 3.x |
comment:6 follow-up: 7 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Version: | SVN (CKEditor) - OLD → 3.0 |
Title attribute for object element is often displayed in browsers as tooltip but this is not the case in flash object. This attribute is also not read by JAWS 13.
Why not to remove this field:
- It is not deprecated even in HTML5.
- It doesn't do any damage.
- Despite that it is useless from our point of view we can't be sure that none of our users has built some tool that actually uses this attribute from flash object. Removing this filed would make him enter this value only in source mode and this is not very user friendly. This filed was present so long that we can't be sure that such scenario didn't take place.
I’m closing this issue but if anyone still thinks we should remove this filed please reopen it or leave a comment.
comment:7 Changed 12 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Replying to j.swiderski:
Unfortunately your point "3" is not a good justification to make this invalid.
Title attribute for object element is often displayed in browsers as tooltip but this is not the case in flash object. This attribute is also not read by JAWS 13.
This instead are very good reasons to make it valid.
The idea is that, if we can make things simpler, we should do it.
comment:8 Changed 12 years ago by
Status: | reopened → confirmed |
---|
comment:9 Changed 12 years ago by
Owner: | set to Alfonso Martínez de Lizarrondo |
---|---|
Status: | confirmed → review |
comment:10 Changed 12 years ago by
Component: | General → UI : Dialogs |
---|---|
Milestone: | → CKEditor 3.6.4 |
Status: | review → review_passed |
comment:11 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7543].
Apart from browsers support, we need to investigate the accessibility requirements related to it, if any.