?
avatar smz
smz
30 Dec 2014

Steps to reproduce the issue

Open a modal using BS (e.g.: "Batch")
Hover on a label

Expected result

Tooltips should be aligned to the label

Actual result

Tooltips are moved quite far to the right

Additional comments

@dgt41: Dimitris, I'm quite sure we've already seen that and a solution was found, but... I can't remember what it was... (a CSS job, for sure) Do you remember?

avatar smz smz - open - 30 Dec 2014
avatar infograf768
infograf768 - comment - 30 Dec 2014

To keep in mind:
When window reduced to the minimum, i.e. when tick boxes are still visible, we get:
screen shot 2014-12-30 at 08 05 01

avatar dgt41
dgt41 - comment - 30 Dec 2014

@smz try #5137
Code by Serh @nternetinpired

avatar dgt41
dgt41 - comment - 30 Dec 2014

@smz the same code (display: inline-block; ) has to be available for all media queries...

avatar smz
smz - comment - 30 Dec 2014

The problem here is that if we apply the fix (display: inline-block to labels) then labels are displayed before and not above the corresponding button. This is normal for inline-block elements and the fact that we don't see it in other cases is that the containing div width makes the button to wrap below the label. This is not happening here.

As @nternetinspired commented in #5130 (comment) "...applying a tooltip to a label in a horizontal form wasn't envisaged..." and we should probably apply tooltips to the buttons.

avatar nternetinspired
nternetinspired - comment - 2 Jan 2015

Yes, the solution would to apply the tool-tip label fix from the other PR and to also wrap the select within another div, eg: <div class="controls">, as presumably that is also set to be an inline-block element.

avatar brianteeman brianteeman - change - 3 Jan 2015
Labels Added: ?
avatar smz
smz - comment - 27 Jun 2015

Browsing through issue I found this one I opened sometime ago.

I also brought out this issue in #7247 (which has been closed)

Unhappily we still have this issue, but the reasons for it are now clearer to me (or at least I have this presumption...) and I don't think there is a viable solution.

Please see my analysis in #7248 (comment)

I don't know if this should be closed...

avatar smz smz - change - 13 Jul 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-07-13 08:17:13
Closed_By smz
avatar smz smz - close - 13 Jul 2015

Add a Comment

Login with GitHub to post a comment