trigger-corp / browser-extensions

Build and run cross-platform browser extensions from one codebase.
Other
312 stars 52 forks source link

Basic extension Locks up browser on IE 11 + Win 7 64bit #8

Closed nullrocket closed 10 years ago

nullrocket commented 10 years ago

I packaged a basic extension for IE, nothing added to the generated skeleton except a button.

It installs fine on WIN8 + IE11, but it locks the browser up on loading for both IE 11 and IE 10 on all of the WIN 7 64bit machines that I have access to. (5) of them. Any thoughts on where to look?

antoinevg commented 10 years ago

Looks like Microsoft broke things again with IE11&10 for Win7 :-P

tl;dr -> there used to be a clear distinction between 64 & 32 bit versions of IE under x64 versions of the OS. Now, not so much!

I hope to be able to get to this in the next couple weeks otherwise, if you're feeling brave, the relevant code to look at lives in:

https://github.com/trigger-corp/browser-extensions/blob/master/ie/source/proxy/FrameProxy.cpp

nullrocket commented 10 years ago

@antoinevg I took a look at getting it to work, but I think it will take me much longer than the time I have available just to muddle through building it. :). Any chance you would be interested in a bounty?

makern commented 10 years ago

This should be resolved by #27 and can be closed.