Regarding http://github.com/alanshields/watir/commit/329013755ab56e39fef110a94ac517e5abfd2d42
This seems like the wrong approach; #text should be returning "" there, not nil. Fixing #text would be better than making #contains_text work around its brokenness. -Ethan On Wed, Sep 29, 2010 at 10:12, Bret Pettichord <[email protected]> wrote: > FYI > > ---------- Forwarded message ---------- > From: GitHub <[email protected]> > Date: Tue, Sep 28, 2010 at 7:10 PM > Subject: [GitHub] Build fixes and attribute fixes [bret/watir GH-1] > To: [email protected] > > > alanshields wants someone to pull from > alanshields:build_fixes_and_attribute_fixes: > > Please find enclosed a set of patches to: > > - Enable building on UNIX > - Correctly handle .attribute_value('foo-bar') > - Not throw an exception when an element like <div></div> is checked for > containing text > > Thank you very much for all your work on FireWatir! > Alan Shields > > View Pull Request: http://github.com/bret/watir/pull/1 > > > > -- > Bret Pettichord > Lead Developer, Watir, www.watir.com > > Blog, www.io.com/~wazmo/blog > Twitter, www.twitter.com/bpettichord > > > _______________________________________________ > Wtr-development mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-development >
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
