Closed
Bug 206905
Opened 23 years ago
Closed 22 years ago
Interactive Session view: up arrow leaves cursor in wrong position
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pschwartau, Assigned: rginda)
Details
Attachments
(1 file)
|
863 bytes,
patch
|
asa
:
approval1.4+
|
Details | Diff | Splinter Review |
Using Mozilla trunk binary 2003052304 on WinNT4.0; Venkman 0.9.75
STEPS TO REPRODUCE:
1. Bring up Venkman
2. Enter "window" at the Interactive Session command line
3. Hit the up arrow on your keyboard
4. You see "window" at the command line again
5. BUG: the cursor is between the "o" and the "w"
6. EXPECT: it should be after the last letter
Note: I'm seeing this bug on Windows only. My Linux build
of the same date does not have this problem -
| Reporter | ||
Comment 1•23 years ago
|
||
I have some old builds on my WinNT machine that I have checked.
I can narrow the timeframe for the bug down to this interval:
NO BUG: Mozilla 2003-03-20 (rv:1.4a) Venkman version 0.9.48
HAS BUG: Mozilla 2003-03-31 (rv:1.4a) Venkman version 0.9.57
I'm surprised it happened in March; I thought it was more recent.
Tomorrow, I will experiment by installing different versions of
Venkman onto the working Mozilla build and see what happens -
| Assignee | ||
Comment 2•23 years ago
|
||
It looks like someone has made it so that the up and down arrows can be used to
move the cursor left or right in multiline text boxes, on windows. Venkman
needs to cancel the "default" action for up and down to prevent this. Try out
version 0.9.76 from hacksrus. It seems to work for me.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•23 years ago
|
||
this patch seems to fix it
| Assignee | ||
Updated•23 years ago
|
Attachment #124657 -
Flags: approval1.4?
Comment 4•23 years ago
|
||
Comment on attachment 124657 [details] [diff] [review]
patch
a=asa (on behalf of drivers) for checkin to the 1.4 branch.
Attachment #124657 -
Flags: approval1.4? → approval1.4+
| Reporter | ||
Comment 5•23 years ago
|
||
Just downloaded version 0.9.77 of Venkman from hacksrus on WinNT4.0.
The problem does seem to be fixed!
Comment 6•22 years ago
|
||
Based on comments, and that the patch appears to be in CVS, marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•