Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2007 at 09:39 UTC
Updated:
18 Dec 2007 at 02:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
JirkaRybka commentedTo clarify: As seen on the screenshot, the splitter button doesn't really move to another place relative to the textarea, 'under' means only just overlaping a bit. Also I guess from the shot, that it's with some IE version.
As for me - on FF2/Linux, Garland/fresh 6.x-dev install - it doesn't overlap, but yes, the distance between button and textarea IS changing significantly.
I see that this whole part (splitter button plus checkbox and some hidden stuff) is styled as floats, but trying to change CSS (paddings) on that part didn't work. JavaScript expert needed here, probably.
My screenshot attached (before/after menu stuff expanding).
Comment #2
hass commentedI have used Firefox 2.0.0.7 on Windows XP... your screen shot shows completely the same, no diff.
Comment #3
JirkaRybka commentedNot quite the same: Please notice how the button in right screenshot (menu expanded) sits tightly on textarea-border, while in left one (menu collapsed) there's almost one-line-high gap between. If my button was bigger, it would overlap just like yours.
So I confirmed that JavaScript (or whatever) affects the layout here, which may backfire in almost any theme (even if my exact rendering with Garland is somehow acceptable).
Comment #4
JirkaRybka commentedI just created a patch for another problem with this bit of layout, and it turned out that I actually fixed this problem too: http://drupal.org/node/200763
But leaving this issue open for now, until the other one is dealt with somehow (to ensure this is not buried entirely in case the other one is not fixed for some reason).
Comment #5
panchoAs #200763 has been committed, I can now safely mark this a duplicate.
Comment #6
panchoThere we go...
Comment #7
JirkaRybka commentedBTW - if the button still hides under the edge of textarea in some browser, then it needs just a bit of padding on div.teaser-button-wrapper (or the like) - simple theming issue. The fact that the position was changing unexpectedly is indeed fixed now.