Opened 7 years ago

Closed 6 years ago

Last modified 6 years ago

#2280 closed defect (bug) (worksforme)

Opera Uploads iFrame Issue

Reported by: schestowitz Owned by: 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 (6)

Top image is Opera by the way...

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

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

  • Keywords bg|has-patch removed

Is this still valid after the recent upload changes?

comment:5   matt6 years ago

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

No feedback, closing.

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