From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030225 Description of problem: When trying to print certain pages Mozilla crashes, I have narrowed it down to a bug in the handling of the HTML-tag TEXTAREA. The following tag in an HTML-file will crash Mozilla when printed: <textarea rows=2 cols=10>012345 678901234 5678 90123</textarea> The bug seems to be triggered when the number of rows in the textarea are more than are defined in rows=, ie when rows=2 then if the textarea has 3 or more rows Mozilla crashes when I print. Version-Release number of selected component (if applicable): mozilla-1.2.1-26 How reproducible: Always Steps to Reproduce: 1. create html-file with this tag 2. <textarea rows=2 cols=10>012345 678901234 5678 90123</textarea> 3. try to print it Additional info:
Unable to reproduce with 1.4.1 in Fedora. Marking WORKSFORME.