[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
Mon Jun 7 07:01:08 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40062





--- Comment #12 from Simon Hausmann <hausmann at webkit.org>  2010-06-07 07:01:07 PST ---
(In reply to comment #11)
> Last I checked, there were plans to NEVER add it to Qt.
> 
> Maemo 6 is X11, there are no differences. 
> 
> If you need to find out more information, you need to add an API for it. I doubt that you're looking for Maemo 6 anyway, but instead to some specific aspect of it that could exist in other X11-based devices.
> 
> That's why I have strongly opposed ever adding QT_WS_MAEMO_6.

Alternatively what would suffice for us would be a way to detect that we're building for a mobile platform, _or_ !desktop for something slightly wider.

It would be nice if that came from Qt. Otherwise we have to ask people to build webkit with

    qmake CONFIG+=mobile

if they want to build for a mobile platform, and we introduce our own defines.

But then we'd have the same problem within Qt: When WebKit is compiled within Qt for Symbian, Maemo5 or Maemo6 we would want to set that configuration...

-- 
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