Hi,

I'm having trouble expanding toolstrips on Linux build 4.0.204.0, and
I'm wondering if this is my code or a problem with Linux chromium.

Here's what I'm doing:

<script>
function expand() {
  chrome.toolstrip.expand(512, "http://google.com";)
}
</script>

<div class="toolstrip-button" onclick="expand()">
  <span>Hello, World!</span>
</div>

Nothing happens when I click the button. If I try to set a breakpoint
on the expand line, the debugger catches it but the extension crashes.
Hitting "Reload" then crashes chromium. Should my code above work or
are there problems on the Linux builds?

Also, what syntax would I use to reference my extension's html pages
within the expansion? If I have a "my_expanded_tooltip.html" in the
package, can I just expand it with "my_expanded_tooltip.html"?

Thanks
--Jon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to