I'm interested in regressions, so just a simple test if app that
worked before still works
will be fine.
I've given it a test, and found the following:
- When setting that URL in HKCU\Software\Wine\MSHTML, it will download but fail to install. - Extracting it to install it manually works, as do the scroll bars (which work fine) - It crashes after submitting more than one form on websites. For instance searching for something on Google, then searching again will cause a crash.
This is with the latest git - wine-0.9.37-118-g2970076
___________________________________________________________ Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.htm...
Luke Bratch wrote:
I'm interested in regressions, so just a simple test if app that
worked before still works
will be fine.
I've given it a test, and found the following:
- When setting that URL in HKCU\Software\Wine\MSHTML,
it will download but fail to install.
It's not supposed to work. Package that I've uploaded for testing is in tar.bz2 format while MSHTML Gecko installer expects cab format.
- Extracting it to install it manually works, as do
the scroll bars (which work fine)
- It crashes after submitting more than one form on
websites. For instance searching for something on Google, then searching again will cause a crash.
Thanks for testing. I've reproduced the crash and I'm trying to fix it. I've found that using older nspr4.dll fixes it so far.
Thanks, Jacek
Jacek Caban wrote:
- Extracting it to install it manually works, as do
the scroll bars (which work fine)
- It crashes after submitting more than one form on
websites. For instance searching for something on Google, then searching again will cause a crash.
Thanks for testing. I've reproduced the crash and I'm trying to fix it. I've found that using older nspr4.dll fixes it so far.
Okay, I think I found the fix. I've uploaded a new package. It's the same URL as before: http://gerwazy.lo3.wroc.pl/~jcaban/wine/wine_gecko.tar.bz2 It fixes the crash for me.
Thanks, Jacek
--- Jacek Caban jacek@codeweavers.com wrote:
Okay, I think I found the fix. I've uploaded a new package. It's the same URL as before:
http://gerwazy.lo3.wroc.pl/~jcaban/wine/wine_gecko.tar.bz2
It fixes the crash for me.
Yup this fixes that problem for me, however I've found another regression.
If you view for instance this page in most browsers including the old wine Gecko, you will see "Buy Now" buttons:
http://www.tghost.co.uk/sale.html
But with the new one, they are rendered as the alternative text rather the image.
___________________________________________________________ New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes. http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk
Luke Bratch wrote:
Yup this fixes that problem for me, however I've found another regression.
If you view for instance this page in most browsers including the old wine Gecko, you will see "Buy Now" buttons:
http://www.tghost.co.uk/sale.html
But with the new one, they are rendered as the alternative text rather the image.
Thanks a lot for testing! You've found a serious problem with handling https protocol (shame on Mozilla build system). I've fixed it and did serious changes in the package. I hope it's a final version of the package:
http://gerwazy.lo3.wroc.pl/~jcaban/wine/wine_gecko.zip
Thanks, Jacek
--- Jacek Caban jacek@codeweavers.com wrote:
Thanks a lot for testing! You've found a serious problem with handling https protocol (shame on Mozilla build system). I've fixed it and did serious changes in the package. I hope it's a final version of the package:
http://gerwazy.lo3.wroc.pl/~jcaban/wine/wine_gecko.zip
Perfect, that fixes all regressions that I can find - and the scroll bars still work in Steam!
Thanks
Luke
___________________________________________________________ Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.htm...
Luke Bratch wrote:
Perfect, that fixes all regressions that I can find - and the scroll bars still work in Steam!
Great, thanks. I will wait until tomorrow and then upload it to SourceForge. Some changes in Gecko installer will be needed to support different package versions.
Thanks, Jacek