quantazelle / daytum

Automatically exported from code.google.com/p/daytum
0 stars 0 forks source link

Sloppy mix of uppercase and lowercase #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a user CSS stylesheet that sets "text-transform : none" for all 
elements. (User stylesheets 
are a feature most browsers have in their preferences somewhere; it was 
deliberately designed 
into the CSS standard as an intended feature.)

What is the expected output? What do you see instead?
The uppercase text on the page should all become normal mixed case, matching 
how it was 
entered. Non user-supplied text should use consistent case.

Instead, list items titles and other test appears as entered in some places, 
and in all caps other 
places. For example, in the edit data mode, items in a data set appear in all 
caps until the pencil 
icon is clicked to make them editable, then they appear in whatever case the 
user originally 
typed until editing is complete.

Additionally, static page text uses inconsistent case. For example, the bottom 
line of the page 
reads: "About | BLOG | Terms of Service | How To | REPORT AN ISSUE    BETA".

Original issue reported on code.google.com by sidb...@gmail.com on 21 Feb 2009 at 5:27