A couple of the tests seemed to be broken under Firefox, and I am wondering if it is due to me upgrading to Firefox 1.0.6
I found that I needed to remove the conditional check on Browser type in PageBot.prototype.replaceText

    if (isIE || isKonqueror || isSafari) {
        triggerEvent(element, 'change', true);
    }

I have committed the change.
If you find TestTextEvents.html and/or event-bubble-tests.html fail under Firefox, then you may need to upgrade Firefox to the latest version.
If it still breaks, then let us know!

Cheers,
David

David Kemp
ThoughtWorks Australia Pty Ltd
http://www.thoughtworks.com
_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to