Bug 132917

Summary: Navigation of text boxes doesn't correctly scope arrow keys in 10PR
Product: [Fedora] Fedora Reporter: Jef Spaleta <jspaleta>
Component: firefoxAssignee: Christopher Aillon <caillon>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dravet, fred.new2911, ivg231, kyrsjo, notting, wtogami, zuirdj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-27 01:05:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 123268    

Description Jef Spaleta 2004-09-19 16:38:24 UTC
Description of problem:
Trying to navigate through edittable text in a text box like
the Description box in bugzilla, and the arrow keys do not work
to move around the edittable text. Even though the edittable field
is in focus and i can type in it, the arrow keys are controlling the
scrollbar on the side of the box.

As a comparison the binary from mozilla.org lets me navigate the
textbox region as expected using the arrow keys.

Version-Release number of selected component (if applicable):
firefox-0.10.0-1.0PR1.0

How reproducible:
always... i even deleted .mozilla/firefox to make sure this is not a
usespace issue.. and compared with the binary from mozilla.org. Afaict
this is a bug specific to the rpm build.

Steps to Reproduce:
1. go to enter a new bug in bugzilla
2. try to edit the description box and navigate inside the edittable
text using the arrow keys
  
Actual results:
arrow keys are not moving the cursor inside the box.
up/down arrow keeys seem to be stuck scoped on the scrollbar and not
the text box itself.

Expected results:
I should be able to move up/down left/right with the arrow keys
while editting the text in the text box.

Additional info:


-jef

Comment 1 Warren Togami 2004-09-20 06:01:33 UTC
Additionally it seems Shift-Enter pasting is broken, while CTRL-V
pasting works.

Wow, CTRL-A Select-All within a text area finally works.
/me does the happy dance.

Comment 2 Fred New 2004-09-23 06:21:46 UTC
Besides the arrow keys, the Home key doesn't work when editing a URL
in the address box.

Comment 3 Christopher Aillon 2004-09-23 17:47:21 UTC
*** Bug 133363 has been marked as a duplicate of this bug. ***

Comment 4 Dan Williams 2004-09-24 15:32:22 UTC
*** Bug 133448 has been marked as a duplicate of this bug. ***

Comment 5 Christopher Aillon 2004-09-25 03:42:43 UTC
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=132917

Comment 6 Christopher Aillon 2004-09-25 03:43:41 UTC
Whoops, meant to paste:
https://bugzilla.mozilla.org/show_bug.cgi?id=260290

Comment 7 Brian Ryner 2004-09-25 22:09:06 UTC
This seems to be caused by not having MOZILLA_OFFICIAL=1 set in the
environment when building.  That causes the build id to be 00000000,
and so components aren't re-registered as they should be when the
build id changes.

Comment 8 Christopher Aillon 2004-09-27 01:05:05 UTC
Fixed in firefox-0.10.0-1.0PR1.1 which should be available tomorrow
tomorrow morning.

Comment 9 Christopher Aillon 2004-09-27 02:31:47 UTC
*** Bug 133702 has been marked as a duplicate of this bug. ***