View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0002070 | NetSurf | [All Projects] General | public | 2014-02-08 05:04 | 2014-03-22 09:24 | ||||||||
Reporter | Ang Jinhang | ||||||||||||
Assigned To | |||||||||||||
Severity | feature | Reproducibility | always | ||||||||||
Status | confirmed | Resolution | open | ||||||||||
Platform | Linux | OS | Ubuntu | OS Version | 13.10 | ||||||||
Product Version | 3.0 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0002070: Netsurf can't render placeholders in input boxes. | ||||||||||||
Description | I found this problem when I'm visiting Gmail. The placeholders (appear as tips in the input boxes) are missing and it might be a nuisance when I'm dealing with a lot of input boxes. I also tried with a self-written HTML file to make sure that it's not a problem with the site. HTML code: <!DOCTYPE html><html><body><input placeholder="Placeholder test"></input></body></html> This code works flawlessly on Midori. | ||||||||||||
Steps To Reproduce | Just open a HTML file with the code above, or use other samples online with placeholders in input boxes. | ||||||||||||
Additional Information | A placeholder is not a CSS rule. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Fixed in CI build # | |||||||||||||
Reported in CI build # | |||||||||||||
URL of problem page | |||||||||||||
Attached Files |
|
Notes | |
Vincent Sanders (administrator) 2014-02-09 11:09 |
we simply have no current support for this element http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-placeholder |
Achal (reporter) 2014-03-22 09:24 |
LibDOM patch : https://github.com/Achal-Aggarwal/libdom/compare/placeholder.diff Netsurf patch : https://github.com/Achal-Aggarwal/netsurf/compare/placeholder.diff I am also attaching a test file. |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-02-08 05:04 | Ang Jinhang | New Issue | |
2014-02-09 11:09 | Vincent Sanders | Note Added: 0000188 | |
2014-02-09 11:09 | Vincent Sanders | Status | new => confirmed |
2014-02-09 11:09 | Vincent Sanders | Category | GTK-specific => General |
2014-03-22 09:24 | Achal | Note Added: 0000290 | |
2014-03-22 09:24 | Achal | File Added: placeholderExample.html |