Search and Top Navigation
#15131 closed bug (notabug)
Opened January 30, 2017 11:37AM UTC
Closed January 31, 2017 12:15AM UTC
dialog changes background-color of elements in page to transparent and does not change them back on close or destroy
| Reported by: | coderZev | Owned by: | coderZev | 
|---|---|---|---|
| Priority: | minor | Milestone: | none | 
| Component: | ui.dialog | Version: | 1.12.1 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
I have observed this behavior on the style property of an element on the page that is not associated with the dialof itself
#!text/html <li id="test1test1" class="ui-droppable ui-draggable ui-draggable-handle" style="position: relative; background-color: powderblue;"></li>
changes to
#!text/html <li id="test1test1" class="ui-droppable ui-draggable ui-draggable-handle" style="position: relative; background-color: transparent;</li>
and it does not change back when the dialog is closed or destroyed.
Attachments (0)
Change History (4)
Changed January 30, 2017 01:04PM UTC by comment:1
| owner: | → coderZev | 
|---|---|
| status: | new → pending | 
Changed January 30, 2017 08:32PM UTC by comment:2
| description: | I have observed this behavior on the style property of an element on the page that is not associated with the dialof itself \ \ <li id="test1test1" class="ui-droppable ui-draggable ui-draggable-handle" style="position: relative; background-color: powderblue;"></li> \ \ changes to \ \ <li id="test1test1" class="ui-droppable ui-draggable ui-draggable-handle" style="position: relative; background-color: transparent;</li> \ \ and it does not change back when the dialog is closed or destroyed. → I have observed this behavior on the style property of an element on the page that is not associated with the dialof itself \ \ {{{#!text/html \ <li id="test1test1" class="ui-droppable ui-draggable ui-draggable-handle" style="position: relative; background-color: powderblue;"></li> \ }}} \ \ changes to \ \ {{{#!text/html \ <li id="test1test1" class="ui-droppable ui-draggable ui-draggable-handle" style="position: relative; background-color: transparent;</li> \ }}} \ \ and it does not change back when the dialog is closed or destroyed. | 
|---|
Changed January 30, 2017 11:36PM UTC by comment:3
| status: | pending → new | 
|---|
After failing to reproduce the error in jsfiddle or jsbin, I have determined that this behavior was caused by my code and therefore is not a bug. I have since fixed my code and the matter is resolved
Changed January 31, 2017 12:15AM UTC by comment:4
| resolution: | → notabug | 
|---|---|
| status: | new → closed | 
Please provide a reduced test case as requested in the red box.