for example if my toolstrip looks like this:

<html>
<head></head>
<body>
  <div class="toolstrip-button" style="background-color:Blue; width:
50px;"></div>
  <script>
    var aaaa;
  </script>
</body>
</html>

I get a blue div with the text "var aaaa;" next to it.

In my case the script was a little longer than that, so after my html
content was loaded (I could see it for a split second), the script
just pushed everything to the bottom (i guess) and my content
disappeared...

On Jun 5, 7:30 pm, Aaron Boodman <[email protected]> wrote:
> On Fri, Jun 5, 2009 at 9:26 AM, AlexItelman<[email protected]> wrote:
> > Okay, I found what caused the problem, I had a script in the body of
> > my toolstrip html, as soon as I moved it to the head it started
> > working again...
> > Is this a known bug?
>
> Hard to say without having the code. Can you post a small sample that
> demonstrates the problem?
>
> - a
--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to