You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm relatively new to Twitter BS and encountered an odd effect with dropdown buttons. The popup menu renders outside the window/viewport, clipping the popup (and thus rendering it pretty much unusable.) The appearance is very similar to the one described in issue #3107.
We currently do not do anything for positioning elements off screen, but this brings up another bug: we shouldn't be floating the menu like that given the float is on an element above the .btn-group. I've fixed this in 2.0.4-wip.
I'm relatively new to Twitter BS and encountered an odd effect with dropdown buttons. The popup menu renders outside the window/viewport, clipping the popup (and thus rendering it pretty much unusable.) The appearance is very similar to the one described in issue #3107.
JSFiddle example - screen shot:
Consider the following (admittedly unusual) floating div structure:
Patient: "Doctor, it only hurts when I laugh."
Doctor: "Then don't laugh."
I'll admit that I might want to avoid the nested
pull-right
/pull-left
structure, but... is this reasonable behavior from Bootstrap?I'm using Bootstrap v2.0.3.
The text was updated successfully, but these errors were encountered: