Contactgegevens
EG Internetdiensten
Jufferstraat 19
6828 AE Arnhem
Telefoon: 0268487226
Mobiel: 0618942875
Fax:
E-mail: info@eg-internetdiensten.nl
KVK: 51166097
Beschikbaarheid
Op dit moment zijn wij beschikbaar voor maatwerk,
of voeg ons toe op Linked-in
Het EGCMS inhoudbeheersysteem maakt het u heel gemakkelijk uw site actueel te houden.

Het systeem is volledig wat-je-ziet-is-wat-je-krijgt, dit betekent dat u uw site kunt aanpassen op een manier die vergelijkbaar is met uw favoriete tekstverwerker.
Bug in firefox movable absolute positioned elements
Still not resolved. Confirmed in Firefox 5.0 using Ubuntu linux.
Absolute positioned elements with attribute contentEditable can be moved across the page. Absolute positioned elements with setting contentEditable can also be resized. There is no, non workaround, way to disable this. At least for the resizing part there is a javascript solution: document.execCommand("enableObjectResizing", false, false);
An icon is shown to indicate the possibility of moving the element. Setting the new HTML5 attribute draggable to false (for example: "<article draggable="false" contenteditable="true" style="position:absolute;height:500px;height:200px;">testcontent</div>") has no effect, the element is still movable.
Please look at this, this is not expected behaviour i agree with Louis-Rémi BABE
In the meantime i will try the workaround provided above. PS this bug was really hard to find in google, searched for an hour, so i hope that i added some keywords to make this bug easier to find.

