Issue 130479 in chromium: No more extensions' popups

47 views
Skip to first unread message

chro...@googlecode.com

unread,
May 31, 2012, 5:14:32 AM5/31/12
to chromi...@chromium.org
Status: Unconfirmed
Owner: ----
Labels: OS-Linux Area-Undefined Type-Bug Pri-2

New issue 130479 by brice.la...@gmail.com: No more extensions' popups
http://code.google.com/p/chromium/issues/detail?id=130479

Chrome Version : 21.0.1155.2
OS Version: ubuntu 12.04x64 / Windows 7x64

What steps will reproduce the problem?
1. install a chrome extension have a popup
(https://chrome.google.com/webstore/detail/dbiofhnhfbgdgabjhcaepigpnafpdabc
for example :Þ )
2. click the extension's icon
3. no popup on linux

What is the expected result?

A popup with some image and text

What happens instead?
on linux: no popup
on windows (same chrome version): the popup display in garbled

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

UserAgentString: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML,
like Gecko) Chrome/21.0.1155.2 Safari/537.1



chro...@googlecode.com

unread,
May 31, 2012, 5:16:02 AM5/31/12
to chromi...@chromium.org

Comment #1 on issue 130479 by brice.la...@gmail.com: No more extensions'
popups
http://code.google.com/p/chromium/issues/detail?id=130479

to be more precise, when clicking the icon, nothing _seems_ to happen, but
the focus is taken by the popup: you have to click somewhere else to
_close_ the invisible popup to be able use the browser/OS again.

chro...@googlecode.com

unread,
May 31, 2012, 5:07:19 PM5/31/12
to chromi...@chromium.org

Comment #3 on issue 130479 by brice.la...@gmail.com: No more extensions'
popups
http://code.google.com/p/chromium/issues/detail?id=130479

in fact, not all popups are garbled... just my extensions' are. I'll guess
they were poorly coded. Nevermind

But still, on Linux, the popups are nowhere to be seem.

chro...@googlecode.com

unread,
Jun 2, 2012, 8:25:28 AM6/2/12
to chromi...@chromium.org

Comment #4 on issue 130479 by vcos...@gmail.com: No more extensions' popups
http://code.google.com/p/chromium/issues/detail?id=130479

I confirm this. All extension popups have dissapeared.

chro...@googlecode.com

unread,
Jun 2, 2012, 8:32:28 AM6/2/12
to chromi...@chromium.org

Comment #5 on issue 130479 by xu.jimmy.wrk: No more extensions' popups
http://code.google.com/p/chromium/issues/detail?id=130479

Can you try dragging the Chrome window to near the bottom-right corner and
try that extension pop-up again? I'm thinking this might be a dup of issue
129872.

chro...@googlecode.com

unread,
Jun 2, 2012, 8:40:39 AM6/2/12
to chromi...@chromium.org

Comment #6 on issue 130479 by vcos...@gmail.com: No more extensions' popups
http://code.google.com/p/chromium/issues/detail?id=130479

Nothing chnages, however when i disable extension and reenable it, i get
this:

Attachments:
Workspace 1_005.png 1.5 MB

chro...@googlecode.com

unread,
Jun 2, 2012, 7:37:48 PM6/2/12
to chromi...@chromium.org

Comment #7 on issue 130479 by rafare...@gmail.com: No more extensions'
popups
http://code.google.com/p/chromium/issues/detail?id=130479

I'm also affected by a similar issue, some extensions, namely google voice
one, is rendered out(above) of screen in (k)Ubuntu 12.04

Attachments:
snapshot5.png 233 KB

chro...@googlecode.com

unread,
Jun 6, 2012, 7:11:34 PM6/6/12
to chromi...@chromium.org
Updates:
Status: Assigned
Owner: kal...@chromium.org
Labels: -Pri-2 Pri-1

Comment #9 on issue 130479 by y...@chromium.org: No more extensions' popups
http://code.google.com/p/chromium/issues/detail?id=130479

From bisect-builds, looks like it's r138977.

chro...@googlecode.com

unread,
Jun 6, 2012, 7:35:35 PM6/6/12
to chromi...@chromium.org

Comment #10 on issue 130479 by y...@chromium.org: No more extensions' popups
http://code.google.com/p/chromium/issues/detail?id=130479

Issue 131069 has been merged into this issue.

chro...@googlecode.com

unread,
Jun 6, 2012, 7:37:35 PM6/6/12
to chromi...@chromium.org

Comment #11 on issue 130479 by y...@chromium.org: No more extensions' popups
http://code.google.com/p/chromium/issues/detail?id=130479

Issue 131070 has been merged into this issue.

chro...@googlecode.com

unread,
Jun 6, 2012, 7:40:35 PM6/6/12
to chromi...@chromium.org

Comment #12 on issue 130479 by y...@chromium.org: No more extensions' popups
http://code.google.com/p/chromium/issues/detail?id=130479

Issue 131178 has been merged into this issue.

chro...@googlecode.com

unread,
Jun 6, 2012, 10:55:35 PM6/6/12
to chromi...@chromium.org

Comment #13 on issue 130479 by kal...@chromium.org: No more extensions'
popups
http://code.google.com/p/chromium/issues/detail?id=130479

Issue 131518 has been merged into this issue.

chro...@googlecode.com

unread,
Jun 7, 2012, 12:37:35 AM6/7/12
to chromi...@chromium.org

Comment #14 on issue 130479 by bugdro...@chromium.org: No more extensions'
popups
http://code.google.com/p/chromium/issues/detail?id=130479#c14

The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=140954

------------------------------------------------------------------------
r140954 | kal...@chromium.org | Wed Jun 06 21:28:19 PDT 2012

Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc?r1=140954&r2=140953&pathrev=140954

Anchor the browser action popups to the correct widget on GTK.

BUG=130479
TEST=click on any extension with a browser action popup on linux

Review URL: https://chromiumcodereview.appspot.com/10537047
------------------------------------------------------------------------

chro...@googlecode.com

unread,
Jun 7, 2012, 2:09:04 AM6/7/12
to chromi...@chromium.org
Updates:
Status: Fixed

Comment #15 on issue 130479 by the...@chromium.org: No more extensions'
popups
http://code.google.com/p/chromium/issues/detail?id=130479

Excellent!

Reply all
Reply to author
Forward
0 new messages