petercpg / moztw-web

Automatically exported from code.google.com/p/moztw-web
0 stars 0 forks source link

gfx: extension installation failed on Firefox 3.6 #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps:
1. check some extensions
2. click install now

expected:
1. show dialog about the allow button
2. info bar pops up with the allow button

actual:
1. shown
2. no shown. unable to continue

system:
Firefox 3.6b1pre zh-TW

note:
not sure whether install APIs had changed in 3.6 or it simply breaks on
nightly for now.
if confiremd, should fix gfx AND extension top 15 pages on before 3.6 release.

Original issue reported on code.google.com by timdr...@gmail.com on 18 Sep 2009 at 4:49

GoogleCodeExporter commented 9 years ago
Update: it seems the same code at extension_top_15 works on fx 3.6b1 but not 
gfx?

Original comment by timdr...@gmail.com on 3 Nov 2009 at 2:55

GoogleCodeExporter commented 9 years ago
可能的測試方法:把 InstallTrigger.install(...) 裡面的 obj 
拿不同形狀的塞進去試試看,因為兩個站唯一
的差別只有這個 QQ

這個 bug 真的很奇怪,因為 Error console 沒有資料,也沒有 
throw error,nothing。

Original comment by timdr...@gmail.com on 18 Jan 2010 at 1:54

GoogleCodeExporter commented 9 years ago
Resolved. Turned out window.InstallTrigger.install() exists but doesn't work, 
and the
triditional InstallTragger.install() would.

I perpend "window." to indicate it's an global object (a jsLint-y practice). 

Going to make testcase and throw the bug to bugzilla@mozilla. Damn!

Tim

Original comment by timdr...@gmail.com on 19 Jan 2010 at 9:10

GoogleCodeExporter commented 9 years ago
verified with Firefox 3.6 on Win7.
=> verfied (though I'm not the owner, but there's no QA field in Google Code :/)

Original comment by bobc...@gmail.com on 19 Jan 2010 at 9:48