Closed
Bug 5766
Opened 26 years ago
Closed 26 years ago
[PP] Scrolling pages with TEXT/TEXTAREA fields munges toolbar chrome
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: elig, Assigned: pierre)
References
()
Details
(Pinkerton says that Pierre should get this.)
* TITLE/SUMMARY
[PP] Scrolling pages with TEXT/TEXTAREA fields munges toolbar chrome
* STEPS TO REPRODUCE
0) Launch Apprunner
1) View Demo #8 (or simplified at http://www.prometheus-music.com/gecko/test8-
3.html), and scroll downwards.
* RESULT
- What happened
Each text field and text area field on the page, upon reaching the top of the
content region, immediately begin to redraw funkily (hard to explain; will
include screen shot), and overwrite the toolbar chrome, rather than disappearing
upon reaching the top of the page
- What was expected
Chrome not to be overwritten by page content.
* REGRESSION
- Occurs On
Mac OS Apprunner (4.29.99 optimized build)
- Doesn't Occur On
Win32 Apprunner (4.29.99 optimized build, on Win NT 4 SP3)
Linux Apprunner (4.29.99 optimized build)
* CONFIGURATIONS TESTED
- [Mac] Power Mac 8500/120 (233 Mhz 604e), 64 MB RAM (VM on; 1 MB of VM used),
1024x768 (Thousands of Colors), Mac OS 8.5.1
- [Win32] Vectra VL (233 Mhz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP3.
- [Linux] Vectra VL (266 Mhz P2), 96 MB RAM.
* HTML SNIPPET
<html>
<body>
<textarea name=a rows=4 cols=10 value="a textarea">a textarea</textarea>
<BR>foo<BR>foo<BR><BR>foo<BR>foo<BR>
<BR>foo<BR>foo<BR><BR>foo<BR>foo<BR>
<BR>foo<BR>foo<BR><BR>foo<BR>foo<BR>
<BR>foo<BR>foo<BR><BR>foo<BR>foo<BR>
<BR>foo<BR>foo<BR><BR>foo<BR>foo<BR>
<BR>foo<BR>foo<BR><BR>foo<BR>foo<BR>
<BR>foo<BR>foo<BR><BR>foo<BR>foo<BR>
<BR>foo<BR>foo<BR><BR>foo<BR>foo<BR>
</body>
</html>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M5
Assignee | ||
Comment 1•26 years ago
|
||
Related to #2236: marked M5. A fix will be checked in very soon.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
QA Contact: 4078 → 1698
Reporter | ||
Comment 2•26 years ago
|
||
Selection/clipboard bug; QA Assigning to self for verification.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•26 years ago
|
||
No longer reproducible using either of the two test URLs, on the 5.3.99 AM Mac OS
build
Thus, verified fixed. Thanks, Pierre.
You need to log in
before you can comment on or make changes to this bug.
Description
•