Defect #1316
openEmoticons not accessible by default
Description
Hi.
I'm using Redmine 2.5.0 and the wiki extensions plugin version 0.6.3.
The same problem can be seen even on this very Redmine instance here.
I'm using a browser with the Webkit rendering engine.
Problem:
When editing, say, a wiki page and trying to insert some emoticon I'm hovering over the corresponding icon in the toolbar and the .group_of_smiles is displayed.
Alas, I'm not able to click any icon since there's a small gap between the a#smiles toolbar icon and the group of smiles underneath. So, as soon as the mouse is leaving the icon's bounding rectangle, the group of smiles disappears.
The reason seems to be that there's a CSS line-height: 1.5em inherited and applied to the div#jstt_smiles block.
Using the following rules solves the problem:
.jstt_smiles {
line-height: 0px;
}
Files
Updated by Claudio Bley about 11 years ago
- File picture893-1.png picture893-1.png added
Here's a screenshot illustrating the problem:
Updated by Haru Iida about 11 years ago
- Status changed from 新規(New) to 担当(Assigned)
- Assignee set to Haru Iida
- Target version set to 0.6.5