Ticket #584 (new Bug)

Opened 16 months ago

Last modified 7 months ago

Firefox: Style error in parsing value for property 'height'

Reported by: dplehati Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.4.3
Keywords: Confirmed Firefox Cc:

Description

Greetings,

I keep getting this error in firefox:

Warning: Error in parsing value for property 'height'.  Declaration dropped.
Source File: .../editor/fckeditor.html?InstanceName=FCKeditor&Toolbar=Default
Line: 0

The FCKeditor is contained inside one DIV block that has this style:

width: 400px;
display: none;
position: absolute;
top: 0;
left: 0;
padding: 5px;
z-index: 4;

I get this error when I'm opening the page and when using javascript to show/hide the container div block.

Thanks in advance for your consideration.

Change History

Changed 15 months ago by alfonsoml

  • milestone deleted

Changed 7 months ago by w.olchawa

  • keywords Pending WorksForMe added

Hi!

I was unable to reproduce your bug using IE and FF2. Could you please provide more information about the bug? What kind of browser are you using? Does the bug still occur when using stable version 2.5.1 or beta 2.6?

Thanks.

Changed 7 months ago by alfonsoml

I know that I saw that error with the 2.4.3 version in Firefox. The special thing was that the page had both a visible FCKeditor and a hidden one.

It might be that this is already reported in another bug also.

I don't know if the current SVN has fixed the problem (after all it's a very subtle thing, you must watch the error console with css errors activated)

Changed 7 months ago by w.olchawa

  • keywords Confirmed Firefox added; Pending WorksForMe removed

Thanks Alfosno.

I've redone the test and I can definitely confirm this bug.

Note: See TracTickets for help on using tickets.