Ticket #3582 (closed bug: invalid)
weird hang issue with popup div that blocks UI.
| Reported by: | PaulHammant | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | unfiled | Version: | 1.2.6 |
| Keywords: | blockUI hang | Cc: | |
| Blocking: | Blocked by: |
Description
I'm not sure whether this bug is to do with -
a) removing a row from a table, for use with later .clone() operations b) dynamically appending rows to a table c) dynamically assigning a .dblclick() function to a row d) some interaction between blockUI and a and a -> c above.
I've made the smallest example of this for easy-reproduction. Just satisfy the following:
<script type="text/javascript" src="jquery-1.2.6.pack.js"></script> <script type="text/javascript" src="jquery.blockUI.min.js"></script>
If the rows are hard coded and the dblclick(..) handler are set globally, it works fine.
On the page that displays, fist double-click 'one' (then cancel that popup div) then do the same to 'two'. 'one' and 'two' are rows in a table.
Attachments
Change History
Changed 5 years ago by PaulHammant
-
attachment
index.html
added
comment:1 Changed 5 years ago by flesler
- Status changed from new to closed
- Resolution set to invalid
This is not the place for requests like this. You can ask at the google group.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

page that reproduces the problem