Ticket #347 (closed Bug: fixed)

Opened 10 months ago

Last modified 10 months ago

Poor quality of download button

Reported by: Raven Owned by: Shadowhand
Priority: minor Milestone: Kohana Server Project
Component: Kohana Website/Server Version: SVN HEAD
Keywords: Cc:

Description

Poor quality of download button in Opera (Linux x86_64). Here is a difference between Opera and Firefox.

Change History

  Changed 10 months ago by Raven

Generally, entire right nav of main page looks awfully in Opera.

follow-up: ↓ 4   Changed 10 months ago by Shadowhand

No idea what you are talking about, it looks fine in Opera (OSX). Can you provide a screenshot?

  Changed 10 months ago by Geert

Second that. Everything looks razor sharp here. Using Opera v9.25 on Mac OS X 10.4.

in reply to: ↑ 2   Changed 10 months ago by Raven

Replying to Shadowhand:

Can you provide a screenshot?

I was provide links to screenshot in my first message.

  Changed 10 months ago by Raven

Mayby screenshot of entire main page will help: Opera vs. Firefox

  Changed 10 months ago by gregmac

  • milestone changed from 2.1 to Kohana Server Project

  Changed 10 months ago by Raven

I found a solution for sharp text in Opera. Simple remove 40 line in reset.css file.

38. body {
39. 	-moz-opacity:.9999;
40. 	text-shadow:0 0 0 #000;
41. }

  Changed 10 months ago by Geert

We'd like to always have sharp/thin text in Safari, which depends on that line. Also see: http://24ways.org/2006/knockout-type. So, personally I'm not keen on removing that line.

By the way, a lot more than just the download font is going wrong on your Opera screenshot. Look at the tabs, the border around the download button, the padding of the sidebar.

  Changed 10 months ago by Raven

Regarding to that screenshot, now it's OK. All, except sharp text, now looks good. See this.

I read about this hack, but I think that hack for one browser shouldn't affect to other browsers. As you can see, this is not only a download button problem. Look at the footer, navigation bar... All text looks horrible.

"...things can go awry when you start using light text on a dark background". Kohana website has light background and dark text, so this hack is no need to be apply.

Sorry for my bad english.

  Changed 10 months ago by schnoodles

Probably not wanted but you could try -webkit-text-shadow:0 0 0 #000;

  Changed 10 months ago by Shadowhand

  • owner set to Shadowhand
  • status changed from new to assigned

Fixed in r2124.

  Changed 10 months ago by Shadowhand

  • status changed from assigned to closed
  • version set to SVN HEAD
  • resolution set to fixed
Note: See TracTickets for help on using tickets.