Closed
Bug 5423
Opened 26 years ago
Closed 26 years ago
[BLOCK] can't type into url bar
Categories
(Core Graveyard :: Tracking, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: mikepinkerton, Assigned: rods)
Details
Run apprunner from a build morning of 4/23.
While you can click in the url bar and see the cursor flashing, anything you type
goes to /dev/null.
Works fine on linux and mac. this is win32 only! woohoo! ;)
Assignee: don → radha
Priority: P3 → P1
Summary: can't type into url bar → [BLOCK] can't type into url bar
Target Milestone: M5
Assigned to radha; set milestone to M5; changed priority to P1; prepended
"[BLOCK]" to summary.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
It's fixed.
OnChar method needed to return FALSE instead of TRUE, so default processing of
WM_CHAR events would happen. I tested the editor, it worked, I didn't test text
widget type in.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
it's working fine now, marking verified
Moving all Apprunner bugs past and present to Other component temporarily whilst
don and I set correct component. Apprunner component will be deleted/retired
shortly.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•