This is a migrated thread and some comments may be shown as answers.

RE: Problem with VisibleDuringInit=false Sticky

1 Answer 54 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Joshua
Top achievements
Rank 1
Joshua asked on 08 Dec 2008, 02:22 AM
Actually, guys the issue exists in FireFox as well and your workaround doesn't fix it.  I'm using release 2008.3.1125.35

Here's the scenario.

Scenario 1: I have a MasterPage with the splitter in it.  One panel has a RadGrid that is bound with "OnNeedDataSource". This page loads correctly.

Scenario 2: Again, I have a MasterPage with the splitter in it.  One panel has some textboxes.  With no data loaded in the Page_Load event, the page and textbozes load fine.

Scenario 3: Consider scenario 2, however, this time I'm passing a value in the querystring.  The page takes that value and retrieves data from a database and populates the fields accordingly.  However, the panel does NOT show in FireFox, but it DOES show in IE. And, OnClientLoaded is NOT fireing in FireFox 3.0.4, under this scenario.

Why is scenario three not working?  Could it be that its taking too long to retrieve data from the server and its timing out?

1 Answer, 1 is accepted

Sort by
0
Joshua
Top achievements
Rank 1
answered on 08 Dec 2008, 04:09 AM
Actually, nevermind, in another JavaScript I was using parentElement (which, apparantly, works only in IE) instead of parentNode (which works in both) and my script was throwing an exception.  Therefore, all remaining JavaScript in page was not running.

Thanks,
Joshua
Tags
Splitter
Asked by
Joshua
Top achievements
Rank 1
Answers by
Joshua
Top achievements
Rank 1
Share this question
or