Search and Top Navigation
#7898 closed bug (worksforme)
Opened November 18, 2011 11:04AM UTC
Closed November 18, 2011 02:03PM UTC
Last modified December 21, 2011 04:45PM UTC
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!!
Attachments (0)
Change History (2)
Changed November 18, 2011 02:03PM UTC by comment:1
component: | ui.core → ui.datepicker |
---|---|
resolution: | → worksforme |
status: | new → closed |
Changed December 21, 2011 04:45PM UTC by comment:2
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.