PDA

View Full Version : CSS problems with firebug



flyingman
6 Aug 2009, 12:52 AM
when I load the Demo (p.e. 'demo.nsf/main4.html?OpenPage') and Firebug is activated, I see just a blank page. Firebug display many errors (whitout firebug it works correctly):

Warnung: Fehler beim Verarbeiten des Wertes für Eigenschaft 'white-space'. Deklaration ignoriert.
Quelldatei: http://...../extnd_b2r2.nsf/ext/3x/resources/css/ext-all.css
Zeile: 1053

Warnung: Unbekannte Eigenschaft 'word-wrap'. Deklaration ignoriert.
Quelldatei: http://..../extnd_b2r2.nsf/ext/3x/resources/css/ext-all.css
Zeile: 1055

Warnung: Farbe erwartet, aber 'thin' gefunden. Farbe erwartet, aber 'dotted' gefunden. Farbe erwartet, aber 'invert' gefunden. Ende des Wertes für die Eigenschaft erwartet, aber 'invert' gefunden. Fehler beim Verarbeiten des Wertes für Eigenschaft 'outline'. Deklaration ignoriert.
Quelldatei: http://..../extnd_b2r2.nsf/ext/3x/resources/css/ext-all.css
Zeile: 4441

jratcliff
6 Aug 2009, 11:39 AM
I haven't seen that before. Do you have the option to show css errors turned on? What happens if you turn it off?

Condor
6 Aug 2009, 1:32 PM
Ext uses several CSS properties that are meant specifically for some browsers. If you turn on "Show all CSS errors" Firebug will report all CSS properties that don't work in Firefox, which isn't a problem because they are meant for IE, Opera, Safari and/or Chrome.

flyingman
7 Aug 2009, 2:20 AM
I don't found the property "Show all CSS errors". I have deactivate Firebug and then download the newest version. Now it works. Thanks.

Condor
7 Aug 2009, 3:54 AM
"Show all CSS errors" (if it's called that way - I'm using a dutch version) can be found in the Console menu in Firebug.

flyingman
7 Aug 2009, 4:13 AM
ah, voilà

it's only a entry with 'show CSS errors' not 'show all CSS errors.
But it works with the new firebug-version (1.4.2). The CSS-errors/warnings are displayed and the page is correctly loaded.

Thanks

Roland