Closed Bug 500767 Opened 16 years ago Closed 16 years ago

Get rid of SIP button on windows mobile

Categories

(Core :: Widget: Win32, defect)

ARM
Windows Mobile 6 Professional
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: blassey, Assigned: blassey)

References

Details

(Keywords: mobile)

Attachments

(1 file, 3 obsolete files)

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+
Attachment #385443 - Flags: review?(doug.turner)
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-
Attached patch patch v.2 (obsolete) — Splinter Review
Attachment #386204 - Flags: review?(doug.turner)
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 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-
Attached patch patch v.3 (obsolete) — Splinter Review
Assignee: nobody → bugmail
Attachment #385443 - Attachment is obsolete: true
Attachment #386204 - Attachment is obsolete: true
Attachment #386389 - Flags: review?(doug.turner)
Attached patch patch v.4Splinter Review
fixed logic
Attachment #386389 - Attachment is obsolete: true
Attachment #386396 - Flags: review?(doug.turner)
Attachment #386389 - Flags: review?(doug.turner)
Attachment #386396 - Flags: review?(doug.turner) → review+
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.

Attachment

General

Created:
Updated:
Size: