Opened 6 years ago
Closed 6 years ago
#15131 closed bug (notabug)
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 (last modified by )
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.
Change History (4)
comment:1 Changed 6 years ago by
Owner: | set to coderZev |
---|---|
Status: | new → pending |
comment:2 Changed 6 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 6 years ago by
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
comment:4 Changed 6 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please provide a reduced test case as requested in the red box.