trigger-corp / browser-extensions

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

IE popup resizing. #39

Closed duncanmhor closed 9 years ago

duncanmhor commented 9 years ago

Hi, The popup displayed in IE11 windows 8.1 doesn't resize its width. 2014-08-18 14_34_47-google - internet explorer

duncanmhor commented 9 years ago

Eventually I ended up hacking the source to set the default popup window size to be what I wanted. Might as well close this, as it's being ignored anyway.

saadtazi commented 9 years ago

@duncanmhor it would be great If you can attach a gist that shows what you did (patch file for example...) because i am pretty sure i'll hit the same problem soon...

nullrocket commented 9 years ago

I agree I'm sure I will hit the same issue and have to figure it out, It would be great if you would share, hacking the source to improve it is the point of being open source and on github no?

duncanmhor commented 9 years ago

Fair enough. I had to change the dimensions in the File BrowserControl.cpp (Part of the forge project) lines 272 and 273. I changed the dimensions to be fixed to the size I wanted and rebuilt the c++ solution.