Closed
Bug 500767
Opened 16 years ago
Closed 16 years ago
Get rid of SIP button on windows mobile
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: blassey, Assigned: blassey)
References
Details
(Keywords: mobile)
Attachments
(1 file, 3 obsolete files)
|
2.59 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
The SIP button is way to ugly because we don't have softkeys. Madhava decided we should get rid of it and just loose the functionality.
Flags: wanted-fennec1.0+
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #385443 -
Flags: review?(doug.turner)
Comment 2•16 years ago
|
||
Comment on attachment 385443 [details] [diff] [review]
Always call ShowWindow(hWndSIP, SW_HIDE)
I do not think I understand this.
when I click in a text box, a software keyboard provided by a 3rd party or MS appears. What this patch does is just makes it impossible to switch between these keyboards.
how about we:
1) make this a pref so that power users could rename it
2) reposition the keyboard so that it takes up the space where the SIP button was (eg. move the keyboard window down by the height of the SIP button.
Attachment #385443 -
Flags: review?(doug.turner) → review-
| Assignee | ||
Comment 3•16 years ago
|
||
Attachment #386204 -
Flags: review?(doug.turner)
Comment 4•16 years ago
|
||
In an effort to be consistent with existing prefs, could you use:
ui.showSIPButton
If we think we will have more SIP (windows, maemo or other platforms) we could use:
ui.sip.showButton
where we could use "sip" (software input panel) to mean "software keyboard"
Comment 5•16 years ago
|
||
Comment on attachment 386204 [details] [diff] [review]
patch v.2
create a static variable that gets set instead of checking for the pref every time we activate (similar to what we do for painting -- see sRenderMode)
what finkle said too.
what is the behavior if hWndSIPB or hWndSIP are null and you make it into the block where "showSIPButton != PR_TRUE"? Maybe we should just return early if either are null?
Attachment #386204 -
Flags: review?(doug.turner) → review-
| Assignee | ||
Comment 6•16 years ago
|
||
Assignee: nobody → bugmail
Attachment #385443 -
Attachment is obsolete: true
Attachment #386204 -
Attachment is obsolete: true
Attachment #386389 -
Flags: review?(doug.turner)
| Assignee | ||
Comment 7•16 years ago
|
||
fixed logic
Attachment #386389 -
Attachment is obsolete: true
Attachment #386396 -
Flags: review?(doug.turner)
Attachment #386389 -
Flags: review?(doug.turner)
Updated•16 years ago
|
Attachment #386396 -
Flags: review?(doug.turner) → review+
| Assignee | ||
Comment 8•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•