Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2007 at 14:17 UTC
Updated:
21 Dec 2007 at 12:21 UTC
While testing #201667 I noticed that the teaser splitter (the button rather than the textarea itself) is badly broken in Opera. I don't use opera apart from for testing, so not a big deal for me, but haven't seen this anywhere else. Screenshots attached.
There's an issue somewhere in the queue to add a div #prefix #suffix around the button and textarea for theming - because they got separated slightly in one browser - that might fix the (much more dramatic and unusable) issue here as well. If I can find it, will cross post.
| Comment | File | Size | Author |
|---|---|---|---|
| opera3.png | 4.49 KB | catch | |
| opera2.png | 3.25 KB | catch | |
| opera1.png | 17.19 KB | catch |
Comments
Comment #1
JirkaRybka commentedThe DIV's already landed: http://drupal.org/node/200763 - that one is about enclosing the whole set of elements in a DIV, to allow theming of the context, and also fixes the relative position of the elements being sensitive to outside factors (i.e. the button was moving on un/collapse of another unrelated fieldset - yet another issue http://drupal.org/node/179575 ). But I'm unsure whether it fixes this; seems like the js and/or its resulting HTML/css is a bit shaky here.
Comment #2
catchThanks, that was the one. I was using latest dev tarball when testing, so I don't think it's fixed this.
Comment #3
JirkaRybka commentedhttp://drupal.org/node/201667 probably fixes this - can you confirm, so that we may close this issue?
Comment #4
catchJust posted over there, but yeah it fixes it now. Opened this to avoid holdups before RC, but it's fixed for free in there now so no point keeping this open.