Bug 11637 - [S60] Pictograms not shown in input box
Summary: [S60] Pictograms not shown in input box
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: S60 Emulator S60 3rd edition
: P3 Major
Assignee: Nobody
URL: Internal
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2006-11-17 14:43 PST by Joseph Ligman
Modified: 2011-03-21 11:52 PDT (History)
2 users (show)

See Also:


Attachments
Files: FControlInputSkin.h, FControlInputSkin.cpp (5.29 KB, patch)
2006-11-17 15:00 PST, Joseph Ligman
joseph.ligman: review-
Details | Formatted Diff | Diff
Files: FControlInputSkin.h/cpp (12.57 KB, patch)
2006-11-22 11:55 PST, Joseph Ligman
Sachin.Padma: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Ligman 2006-11-17 14:43:45 PST
The steps to reproduce:
1. Load the URL (see TSW BUG ID: HLUU-6UVLU9)
2. select the link 'Link1'.


Expected:
Verify that three pictogram images are displayed in input box. 

Problem:
pictograms are not displayed in input box.
Comment 1 Joseph Ligman 2006-11-17 14:45:15 PST
TSW ID: HLUU-6UVLU9
Comment 2 Joseph Ligman 2006-11-17 15:00:36 PST
Created attachment 11558 [details]
Files: FControlInputSkin.h, FControlInputSkin.cpp

This handles any input that calls SetText, including when a user manually enters special characters (in the form of &#x0000) to the input box. These characters will be parsed and converted to their hex value.
Comment 3 Joseph Ligman 2006-11-22 11:55:00 PST
Created attachment 11613 [details]
Files: FControlInputSkin.h/cpp

This patch attempts to parse numeric character references for input on calls to SetText in CFormInputSkin. This attempts to exclude user interaction with the input box.
Comment 4 Bradley Morrison 2008-04-09 11:31:59 PDT
Bulk update of s60 bugs - tagging and closing.
Comment 5 Bradley Morrison 2008-04-09 11:39:50 PDT
Bulk closing of all s60 platform bugs. 

Sorry for the noise!
Comment 6 Joel Parks 2011-03-21 11:52:49 PDT
re-purposing InTSW keyword for use by QtWebkit team