Project

General

Profile

Actions

Defect #1316

open

Emoticons not accessible by default

Added by Claudio Bley about 11 years ago. Updated about 11 years ago.

Status:
担当(Assigned)
Priority:
通常(Normal)
Assignee:
Target version:
Start date:
04/03/2014
Due date:
% Done:

0%

Estimated time:

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

picture893-1.png (9.87 KB) picture893-1.png Claudio Bley, 04/03/2014 10:02 PM
picture893-1.png
Actions #1

Updated by Claudio Bley about 11 years ago

picture893-1.png

Here's a screenshot illustrating the problem:

Actions #2

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
Actions

Also available in: Atom PDF