Ticket #2280 (closed defect: worksforme)

Opened 3 years ago

Last modified 1 year ago

Opera Uploads iFrame Issue

Reported by: schestowitz Assigned to: anonymous
Priority: lowest Milestone:
Component: Administration Version: 2.0
Severity: trivial Keywords:
Cc:

Description

Latest nightly, Opera has finally ceased to crash when hitting "Delete Post", but there is a minor inconsistency in the iframe, which is worth looking into. See:

http://www.schestowitz.com/temp/wordpress/opera-upload-bar.png http://www.schestowitz.com/temp/wordpress/firefox-upload-bar.png

Proposed fix:

In wp-admin/inline-uploading.php

Replace

body {

font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana; border: none; margin: 0px; height: 150px; background: #dfe8f1;

}

With:

body {

font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana; border: none; margin: -6px; height: 150px; background: #dfe8f1;

}

Issue with horizontal scroll bar crops up, but #uploading in wp-admin/wp-admin.css might need slight modifications.

Change History

01/13/06 09:52:39 changed by schestowitz

Top image is Opera by the way...

01/13/06 22:05:37 changed by davidhouse

  • keywords set to bg|has-patch.
  • priority changed from low to lowest.
  • severity changed from minor to trivial.

02/26/06 04:08:01 changed by schestowitz

Hope it hasn't been neglected. Latest nightly, still the same... cheers anyway...

10/04/06 04:14:10 changed by Nazgul

  • keywords deleted.

Is this still valid after the recent upload changes?

11/29/06 20:52:48 changed by matt

  • status changed from new to closed.
  • resolution set to worksforme.

No feedback, closing.

06/19/07 22:18:05 changed by Nazgul

  • milestone deleted.