[Webkit-unassigned] [Bug 40062] [Qt] On Maemo6 platform auto upper case and predictive text input method hints are not disabled for password field
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 1 01:44:12 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=40062
Simon Hausmann <hausmann at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
--- Comment #15 from Simon Hausmann <hausmann at webkit.org> 2010-07-01 01:44:12 PST ---
(In reply to comment #14)
> (In reply to comment #13)
> > I still disagree. What is a netbook? It's halfway between a desktop and a handheld.
> >
> > If you are looking for the form-factor, you should be able to get that from a Qt API. I doubt that you are, though.
> >
> > You are looking for some information on the input mechanisms that exist for the current device.
>
> If Qt could define these input method flags and put them all in Qt 4.7, we would have no problem, as they could be ignored by platforms not knowing about them.
>
> I guess the problems is that these are not defined for vanilla Qt, but only for the one distributed with Maemo5 and Symbian.
Actually these flags are available on all platforms. We could remove the #ifdefs and it would compile.
But the question really is: Why is predictive text input and auto-uppercasing disabled for mobile devices?
Right now it's done for _any_ inputs, and if it should be done only for password fields, then it should be the input method that decides to do that, because it has all the hints set.
I'd like to remove this block of code altogether.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list