Ticket #62 (closed defect: fixed)

Opened 6 years ago

Last modified 10 months ago

percentage bars dont work on konqueror

Reported by: exobuzz Owned by: moo
Priority: minor Milestone: 2.0.0
Component: admin Version: 1.2-dev
Keywords: css konqueror admin Cc:
Blocked By: PHP Version:
Application: Need User Feedback:
Other Exts: SAPI:
Probability: Blocking:

Description

the percent bar doesn't work on konqueror. to fix the surrounding div needs
an absolute size.

for example in files admin/xcache.css change line 20 from

.percent { border: 1px solid black; width: 80%; height: 100%; }

to

.percent { border: 1px solid black; width: 10px; height: 50px; }

Change History

Changed 6 years ago by blueyed

I seems like r352 could have fixed this.

Changed 6 years ago by moo

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 2.0.0

thanks for your confirmation

Changed 10 months ago by moo

  • milestone changed from 2.2.0 to 2.0.0
Note: See TracTickets for help on using tickets.