My favorites | Sign in
Logo
             
New issue | Search
for
| Advanced search | Search tips
Issue 13609: No button shown after installing "Subscribe in Google Reader" extension
2 people starred this issue and may be notified of changes. Back to list
 
Reported by tang...@google.com, Jun 08, 2009
What steps will reproduce the problem?
1.go to http://dev.chromium.org/developers/design-
documents/extensions/samples
2.Install "Subscribe in Google Reader"
3.There is no button shown in toolbar, hovering over where the extension 
should be shows a giant grippy

What is the expected output? What do you see instead?
There should be one button shown in toolbar, maybe this is duplicated with 
http://code.google.com/p/chromium/issues/detail?id=13103 partly.

Please use labels and text to provide additional information.

Comment 1 by aa@chromium.org, Jun 08, 2009
Thanks for filing this. We had noticed it but not filed a bug yet.

The problem is that WebCore is reporting the wrong size to us. This seems to happen when the 
<body> contains a <script>. A width is calculated for the <script> tag based on its character 
content. Since there are usually many characters, the width ends up being large and we don't 
show the toolstrip because we thin it can't fit.

Can you reproduce this on trunk? I was hoping that somebody upstream already noticed and fixed 
it (it seems like a serious regression -- it is not that uncommon to have <script> tags inside 
the <body>).
Labels: -Pri-2 Pri-1
Comment 2 by aa@chromium.org, Jun 09, 2009
Landed patch @r17935
Status: Fixed
Comment 3 by erikkay@chromium.org, Mar 03, 2010
(No comment was entered for this change.)
Labels: Feature-Extensions
Sign in to add a comment

Powered by Google Project Hosting