Opened 8 years ago
Last modified 8 years ago
#16706 confirmed New Feature
UI Tooltips
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
As a part of #16373 and #14931 tasks we created a plugin that shows a tooltip for keyboard focus and mouse over.
We need to polish few things:
- UI, redesign it to look better, some ideas:
- Positioning - tooltips should be cenetered to the button. Now they are just displayed underneath starting from left.
- Triangle - Add an pointing triangle at the middle of it.
- Due to the fact that plugin was created to work with maximum portability it "knows" about possible integrations. We should reverse this, and say that tooltip will be applied for link elements with
.cke_tooltip
class, or anything like that.- It's OK for the plugin to directly replace toolbar buttons, as it's the only plugin required by
keyboardtooltip
.
- It's OK for the plugin to directly replace toolbar buttons, as it's the only plugin required by
- Plugin name,
keyboardtooltip
is no longer relevant as it's not only for keyboard but also for mouseover. Let's rename it simply totooltip
. - There's a problem that the tooltip is visible right after opening the dialog (despite opening the dialog with mouse). The problem is that it overlays the content below the focused option. Here are the steps:
- Open smiley manual test.
- Click smiley button (this opens a dialog).
Expected: tooltip is not visible, as it hides "indecision" smiley.
The codebase is pushed to branch t/16706.
Change History (2)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
comment:2 Changed 8 years ago by
Milestone: | CKEditor 4.7.0 |
---|---|
Priority: | Normal → Nice to have (we want to work on it) |