Try our conversational search powered by Generative AI!

ContentArea items (actionNode etc) doesn't disappear if hide the contentarea (from external libs like jquery)

Found in

7.5

Created

Nov 18, 2014

Updated

Dec 11, 2014

Area

Falcon/CMS/Edit UI

State

Closed, Fixed and Tested


Steps to reproduce

If a partner developer uses a third-party js library to hide, remove, animate etc. an overlay item, the overlay widget moves the border on top of the edit page. 


Here is a description how to reproduce this bug. 

1. Add jQuery-UI lib to MVC or webforms template. 
2. Add jquery-tab component to any view page. And add a couple of tabs. 
3. Inside that page, move the ContentArea inside a jaquery-ui tab. (<div id="tabs-1">@Html.PropertyFor(x => x.CurrentPage.MainContentArea, new { CssClass = "row", Tag = Global.ContentAreaTags.TwoThirdsWidth })</div>) 
4. Try to navigate to tabs, the content area action items will go up and down based on the tab you click.