First of all: I tried searching for any threads that might already have mentionned this funny bug, but when I put "+div +width" as search terms, the board only returned threads with "width" in them (??).
So apologies if this has been discussed upon before (please send me to the appropriate thread )
Second: this only concerns Internet Explorer (7 in my case), Firefox (2) is fine, as was expected.
Experience 1:
When I put my content in a DIV with a WIDTH like:
<div style="width:700px;">some content</div>
IE forces me to double click to be able to edit "some content".
Another funny thing which is probably related (I ain't no JS expert though):
Experience 2:
When I put my image in a DIV with a WIDTH, select it, right mouse click to have the context menu appear and choose "image properties", in IE all fields in the popup dialog are empty. In FF it gives me the right properties for the selected images.
If I remove the WIDTH property from the DIV, all works fine.
Experience 1 is annoying, but acceptable. Experience 2 is just a pain, cause my customer cannot change the images on his own. And no, folks, I cannot just bluntly tell him to use FF, cuz IE sucks....
Anyone??
Cheers,
Cees
Re: DIV and WIDTH bug ??
The second issue is fixed in the current nightlies.
Re: DIV and WIDTH bug ??
Not sure if I'll implement it yet, cuz a lot of my own customization will be lost. So here's a bold question:
isn't there just a single file which I cannot edit to resolve this?
Re: DIV and WIDTH bug ??
The 2.6.3 release still has the bug, you need a nightly to get the fixed version. You can try to use the patch (just check the bug # and get the file), but maybe there's some other adjustment that you need, I'm not sure.
Re: DIV and WIDTH bug ??
Cheers,
Cees