Bug #54374

Secondary inspector width in Firefox (Media view)

Added by Arjen Hoekema over 1 year ago. Updated 10 months ago.

Status:Closed Start date:2013-12-13
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:UI
Target version:-

Description

The width of the secondary inspector is not calculated correctly in Firefox. This leads to the tags sidebar not showing up in the Media view.

Solution: change 'box-sizing' in '_SecondaryInspector.scss' from:

box-sizing: border-box;

to:

@include box-sizing(border-box);

Maybe check for other occurences of 'box-sizing' that still need some browser vendor prefixes.

History

#1 Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.Media has been pushed to the review server.
It is available at https://review.typo3.org/26549

#2 Updated by Rens Admiraal over 1 year ago

  • Status changed from Under Review to New

used the wrong issue number in a commit message, status still 'new'

#3 Updated by Sebastian Helzle 10 months ago

  • Status changed from New to Closed

Also available in: Atom PDF