Make WordPress Core

Opened 18 years ago

Closed 17 years ago

Last modified 17 years ago

#2280 closed defect (bug) (worksforme)

Opera Uploads iFrame Issue

Reported by: schestowitz's profile schestowitz Owned by:
Milestone: Priority: lowest
Severity: trivial Version: 2.0
Component: Administration Keywords:
Focuses: 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 (6)

#1 @schestowitz
18 years ago

Top image is Opera by the way...

#2 @davidhouse
18 years ago

  • Keywords bg|has-patch added
  • Priority changed from low to lowest
  • Severity changed from minor to trivial

#3 @schestowitz
18 years ago

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

#4 @Nazgul
17 years ago

  • Keywords bg|has-patch removed

Is this still valid after the recent upload changes?

#5 @matt
17 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

No feedback, closing.

#6 @Nazgul
17 years ago

  • Milestone 2.1 deleted
Note: See TracTickets for help on using tickets.