#7898 closed bug (worksforme)
HTML Parsing Error : Unable to modify the parent container ...... (KB927917)
Reported by: | lufidoz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This bug happened when i upgraded my jquery to 1.8.16 for datepicker. I tried many pc(s), it happened in IE7 and IE8. When i try to open the page.. For IE7 - I get the "Operation Aborted" error, then redirects me to page not found. For IE8 - I get the subject error, which is HTML Parsing Error : ...
Not every pc will get this error, but most of them caught this error.
I had no problem using the older jquery-latest.js and datepicker, everything works fine for each pc and each IE version.
Please help!!
Change History (2)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:2 Changed 11 years ago by
For anyone else who experiences this issue, please try placing document.ready around the datepicker ex:
$(document).ready(function(){ $('#something').datepicker(); });
This is an intermittent issue, maybe due to a slow computer, not real sure. On most machines the error does not happen.
Please provide a reduced test case showing the problem.