Activity log for bug #47511

Date Who What changed Old value New value Message
2006-05-30 14:58:01 Carlos Perelló Marín bug added bug
2006-05-30 14:59:37 Carlos Perelló Marín bug added attachment 'xx-foo.txt' (Test that shows this problem)
2006-05-30 15:01:40 Carlos Perelló Marín description If you run this test, it fails: >>> browser.addHeader('Authorization', 'Basic carlos@canonical.com:test') >>> browser.open( ... 'http://localhost/distros/ubuntu/hoary/+source/evolution/+pots/evolution-2.2/es/+translate') >>> browser.url 'http://localhost/distros/ubuntu/hoary/+source/evolution/+pots/evolution-2.2/es/+translate' >>> browser.getControl(name='msgset_139_es_translation_0').value = 'Foo\r\nBar' >>> browser.getControl(name='msgset_139_es_translation_0').value 'Foo\r\nBar' >>> browser.getControl(name='submit_translations').click() >>> browser.getLink('Previous').click() >>> browser.getControl(name='msgset_139_es_translation_0').value 'Foo\r\nBar' Last entry returns '\nFoo\r\nBar' instead of the expected value. the 'msgset_139_es_translation_0' control is a textarea widget. A pagetest that has textareas gets an extra '\n' char at the beginning of the string. For instance, if it's 'Foo\r\nBar' you will get '\nFoo\r\nBar'.
2006-05-30 15:02:55 Carlos Perelló Marín launchpad: assignee bjornt
2006-05-30 15:02:55 Carlos Perelló Marín launchpad: statusexplanation
2006-06-06 13:24:14 Björn Tillenius launchpad: status Unconfirmed Confirmed
2006-06-06 13:25:01 Björn Tillenius description A pagetest that has textareas gets an extra '\n' char at the beginning of the string. For instance, if it's 'Foo\r\nBar' you will get '\nFoo\r\nBar'. A pagetest that has textareas gets an extra '\n' char at the beginning of the string. For instance, if it's 'Foo\r\nBar' you will get '\nFoo\r\nBar'. This is a bug in zope.testbrowser, and is reported the upstream bugtracker: http://www.zope.org/Collectors/Zope3-dev/644
2006-06-06 13:36:51 Björn Tillenius description A pagetest that has textareas gets an extra '\n' char at the beginning of the string. For instance, if it's 'Foo\r\nBar' you will get '\nFoo\r\nBar'. This is a bug in zope.testbrowser, and is reported the upstream bugtracker: http://www.zope.org/Collectors/Zope3-dev/644 A pagetest that has textareas gets an extra '\n' char at the beginning of the string. For instance, if it's 'Foo\r\nBar' you will get '\nFoo\r\nBar'. This is a bug in zope.testbrowser, and is reported in the upstream bugtracker: http://www.zope.org/Collectors/Zope3-dev/644
2006-09-13 17:02:13 Björn Tillenius launchpad: status Confirmed In Progress
2006-09-20 08:06:12 Björn Tillenius launchpad: status In Progress Confirmed
2006-09-20 08:06:12 Björn Tillenius launchpad: statusexplanation I tried to simply pull in the fix from upstream, but there were some test failures, so it's more work than I thought it would be. I'm going to take a closer look on the test failures later.
2009-09-02 23:46:43 Jonathan Lange tags test-system build-infrastructure
2009-09-07 06:10:45 Björn Tillenius launchpad-foundations: status Triaged Fix Released