The non collapsible fieldset on the issue submission page doesn't look right in Opera 9 (running 4.7x-dev + project_issue).

Comments

heine’s picture

StatusFileSize
new21.74 KB

.

dww’s picture

Assigned: Unassigned » dww
Status: Active » Reviewed & tested by the community
StatusFileSize
new93.17 KB

the CSS causing the trouble is this:

.project .node-form .inline-options fieldset {
  display: inline-table;
}

if you rip that out, it all works fine on opera (as confirmed by heine's 2nd screenshot). both with/without look the same in firefox (much like his 2nd screenshot).

safari does something useful and visually correct with that inline-table stuff (see my screenshot). personally, i like it more, so you don't end up with big gaping fieldsets taking up space you're not really using. however, if safari is the only browser that does something useful with this, and opera's implementation of whatever CSS standard inline-table is coming from is so busted, i guess i should just remove that one line and live with it. ;)

dww’s picture

Status: Reviewed & tested by the community » Fixed

removed from DRUPAL-4-7, DRUPAL-4-7--2, HEAD, and latest project_issue.css updated on d.o, scratch.d.o, and security.d.o.

Anonymous’s picture

Status: Fixed » Closed (fixed)