jalghizzi / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

Page and post back #260

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
** Bind the listbox with dropdowncheckboxlist in page_load.
  Open page in browser.

** What is the expected output? What do you see instead?
** dropdowncheckboxlist is working perfectly but just for a second
   it show listbox and then it shows "dropdowncheckboxlist".Am i  binding list is wrong event.

** What is your environment?
-- DropDownCheckList version:1.4
-- jQuery version:1.7.2
-- jQuery UI version:1.7
-- Browser and version:IE 8

err1.png is image file of problem that occurs for a second.
wrk1.png is image file after completion of pageload.

Code :
$(document).ready(function () {
               $("#<%=lstPartType.ClientID%>").dropdownchecklist();
                });

Original issue reported on code.google.com by yashrawa...@gmail.com on 31 Jul 2012 at 11:55

Attachments:

GoogleCodeExporter commented 8 years ago
I am not a jQuery expert by any means, and do not pretend to understand the ins 
and outs of the various page initialization processing.  The working examples I 
have all use an initialization sequence much like what you are using.

Keep in mind that the SELECT that DDCL works on is valid HTML, and will display 
like what you see in err1.png if DDCL fails to initialize in any way. So it 
seems that you are seeing a rendering of the page before DDCL has a chance to 
run, then DDCL initializes and you get the final display.

Please look at issue #164, and let me know if your report is a duplicate. I 
suspect it is, and a secondary comment in #164 indicates that the problem has 
nothing to do with ASP.NET, but rather is related to IE 8.  So try it in 
Firefox and Chrome and post back your results --- Thanks.

Original comment by womohun...@ittrium.com on 31 Jul 2012 at 2:46

GoogleCodeExporter commented 8 years ago
Thanks.. i tried in another browser and it was working fine. It seems problems 
comes when we browse in IE8. Yes, my reports is duplicate and it looks close to 
issue #164
Thanks again.

Original comment by yashrawa...@gmail.com on 31 Jul 2012 at 4:59

GoogleCodeExporter commented 8 years ago
Thanks for the follow up  -- it is a huge help when people respond and let me 
better manage the issues.

FYI -- I have decided to reopen #164 and try to handle it as an enhancement

Original comment by womohun...@ittrium.com on 31 Jul 2012 at 5:03