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.

CommentFileSizeAuthor
opera3.png4.49 KBcatch
opera2.png3.25 KBcatch
opera1.png17.19 KBcatch

Comments

JirkaRybka’s picture

The 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.

catch’s picture

Thanks, that was the one. I was using latest dev tarball when testing, so I don't think it's fixed this.

JirkaRybka’s picture

http://drupal.org/node/201667 probably fixes this - can you confirm, so that we may close this issue?

catch’s picture

Status: Active » Closed (duplicate)

Just 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.