Open GoogleCodeExporter opened 8 years ago
DDCL operates like most other jQuery widgets, where the source of the widget is
a standard HTML construct that will render properly if javascript is suppressed
by the browser. jQuery processing, typically triggered by onPageLoad, will then
transform the HTML into the DDCL dropdown.
In most cases, the end user does not see the intermediate display, only the end
result. I have no expertise in ASP.NET so I cannot assist you as to why the
trigger process may be acting differently in your environment.
I will leave this issue open, hoping that some other developer will have more
knowledge of ASP.NET and can help.
Original comment by womohun...@ittrium.com
on 14 Mar 2011 at 2:30
I also have this happen using IE8. It does NOT appear to be ASP.NET related as
I'm using Ruby on Rails. I believe IE8 is "eagerly" displaying the UI element
before DDCL has had a chance to hide it.
I haven't tried yet but perhaps hiding the underlying select "manually" in HTML
would prevent the raw select from displaying while jQuery/DDCL fire up.
Original comment by cosmocr...@gmail.com
on 26 Jul 2011 at 7:56
Issue 260 has been merged into this issue.
Original comment by womohun...@ittrium.com
on 31 Jul 2012 at 5:03
Since I have had another report of this happening with IE8, I have re-opened
this issue as an enhancement.
I anticipate addressing this by encouraging users to add a 'hidden' style to
their original Select. I will then try to ensure that DDCL can build its own
components from a source that is hidden. NOTE that DDCL currently has a
problem with a parent that is not visible, but I have not tested with the
original Select being invisible.
Original comment by womohun...@ittrium.com
on 31 Jul 2012 at 5:07
Original issue reported on code.google.com by
pmugri...@gmail.com
on 14 Mar 2011 at 12:29Attachments: