[opencms-dev] Direct edit not working properly in IE8 after upgrading from OpenCms6 to OpenCms8

Mathias Lin mail at mathiaslin.com
Fri May 25 13:58:22 CEST 2012


Here's the final solution:
The problem occurs when the website is displayed in QuirksMode; when
enforcing the IE8 standard mode, it displays fine.

Adding
<meta http-equiv="X-UA-Compatible" content="IE=8">
to the head of the site solves the problem.
 


Mathias Lin wrote:
> 
> I found that the problem is with the css property 'position' of the
> injected style sheets:
> 
> DIV.GMQ4TUIBP1 {
>  position:absolute
> }
> 
> If I change it to position:relative or remove it entirely (using IE dev
> tools), the direct edit toolbar is fine in IE8 as well.
> 
> Now I need to find where the injected css are actually defined in the
> OpenCms core.
> 
> 
> 
> Mathias Lin wrote:
>> 
>> I've upgraded an intranet site from OpenCms6 to v8.0.4; afterwards the
>> direct edit mode doesn't work in IE8 properly anymore, only in FF.
>> Worked ok before though in OpenCms6.
>> 
>> Issues are:
>> 
>> * the icons for the direct edit top bar looks a bit misplaced in IE8,
>> * the options layer that opens, when you click on the right button in
>> the direct edit bar, doesn't open to the bottom, but (if at all, can't
>> really tell) to the top, which is outside the visible area of the
>> browser.
>> * there's no pen-icon appearing to the left when clicking on the
>> OpenCms-logo-icons (as in Firefox); furthermore the OpenCms-logo-icon
>> disappears when hovering over it.
>> 
>> refer to this screenshot:
>> http://imageshack.us/photo/my-images/833/opencmsie8.png/
>> 
>> Is this a known/common issue?
>> 
>> Thanks,
>> Mathias
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please
>> visit
>> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>> 
>> 
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Direct-edit-not-working-properly-in-IE8-after-upgrading-from-OpenCms6-to-OpenCms8-tp33906730p33907481.html
Sent from the OpenCMS - Dev mailing list archive at Nabble.com.




More information about the opencms-dev mailing list