Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Code-Edit editor hang when there is other iframe on page

I have opened this bug to track your problem:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=481940

Please add yourself to the CC list.

Silenio



From:        "Qi Min" <qimin@xxxxxxxxxx>
To:        "Orion developer discussions" <orion-dev@xxxxxxxxxxx>
Date:        11/11/2015 03:46 AM
Subject:        [orion-dev] Code-Edit editor hang when there is other iframe on page
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Hi,

After I embedded the code-Eidt editor, we find there is bug in contextmenu. If I upload a file from page (by iframe) and right click on editor, the whole page is accessed by mouse.
After check the code, I see Dropdown.open is triggered together with contextMenu, and in that function, all the iframe in the page is set as  'frames[i].parentNode.style.pointerEvents'. But this property is not set back in the Dropdown.close function because there is no items in dropdown for code_edit. So if there is other iframe node in page(generated by upload form), this will lead whole page blocked from mouse. Does any one can check and fix this issue?

Best Regards!

_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top