Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 24700 by patrick.horn: Adobe contact page does not create some  
dom content onload.
http://code.google.com/p/chromium/issues/detail?id=24700

Chrome Version       : 4.0.222.5 (Developer Build 28802)
OS: Linux 64-bit
URLs (if applicable) : http://www.adobe.com/aboutadobe/contact.html
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4: OK
   Firefox 3.x: OK
          IE 7:
          IE 8:
Chrome svn 26900: Works

What steps will reproduce the problem?
Visit the adobe Contact Us link, and wait for the page to finish loading.

What is the expected result?
The page should always fully render the tabbed box

What happens instead?
The tabbed box does not always appear, possibly because the javascript code
that generates it is never run.


Please provide any additional information below. Attach a screenshot if
possible.

I believe it is created from this bit of javascript

Event.observe(window, "load", function() {
        $$(".dyn-tabsection").collect(function(tab) {
                return adobe.TabNav.FromDom(tab, {
                        readQuery: true
                });
        }).invoke("update");
});


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to