Opened 10 years ago
Closed 10 years ago
#13506 closed Bug (invalid)
Tooltip is displayed in ckeditor's body
| Reported by: | david.zhang | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Editable | Version: | |
| Keywords: | Cc: |
Description
Steps to reproduceBR][[BR? ]
1 use new ckeditor
2 Move the mouse to the body area and wait a couple seconds
3 Note that nothing happens
4 Click on Source to go to Source editing
5 Move the mouse to the body area and wait a couple seconds
*Actual results* A tooltip shows with the text "Rich Text Editor,_editor"
*Expected results* No tooltip shows
Attachments (1)
Change History (2)
Changed 10 years ago by
| Attachment: | reproduce.png added |
|---|
comment:1 Changed 10 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Version: | 4.5.1 |

This is an accessibility feature. If you don't want the tooltip set config.title to false (http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-title).