Page MenuHomePhabricator

[Project Selector] Numbers visible in Opera
Closed, ResolvedPublic

Description

Screenshot of numbers displayed in Safari

font-size: 0 makes text still visible in Opera 12.11 on OSX 10.8.2. See screenshot. Seems to work in other browsers I tried (Firefox, Safari, Chrome, IE9)

Expected behaviour: Just see the progress bar, no numbers.


Version: master
Severity: normal

Attached:

Schermafbeelding_2012-12-04_om_12.50.29.png (398×646 px, 46 KB)

Details

Reference
bz42676

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:45 AM
bzimport set Reference to bz42676.

font-size: 0 doesn't work in Opera. Alternatives:

  • remove numbers
  • use data-attributes to store the numbers

The numbers were added in anticipation of allowing live update or progress bars when things are translated.

Fixed in gerrit I8eaaceee
Instead of text with fontsize 0, use data attributes - in php and js