View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0002047 | NetSurf | Javascript | public | 2013-12-05 00:00 | 2019-05-06 13:15 | ||||||||
Reporter | Chris Young | ||||||||||||
Assigned To | |||||||||||||
Severity | minor | Reproducibility | always | ||||||||||
Status | confirmed | Resolution | open | ||||||||||
Platform | Amiga | OS | Amiga | OS Version | Amiga | ||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0002047: Blank pages | ||||||||||||
Description | I've had it reported to me that the following pages only show up blank: http://mail.yandex.ru http://www.madetelevision.tv This might be Javascript-related but no content is shown in the Javascript builds either. CI build 0001516 | ||||||||||||
Tags | No tags attached. | ||||||||||||
Fixed in CI build # | |||||||||||||
Reported in CI build # | |||||||||||||
URL of problem page | http://mail.yandex.ru | ||||||||||||
Attached Files |
|
Notes | |
Vincent Sanders (administrator) 2013-12-11 15:44 |
These sites consist of nothing other than a series of div spans and javascript to populate those divs. There is literally nothing to display without javascript enabled The javascript implementation as of now needs massive improvement in HTMLElement to make this kind of thing work some examples are: build-Linux-gtk/htmlelement.c jsapi_property_id_set 2304: property HTMLElement.id has no implementation build-Linux-gtk/htmldocument.c jsapi_property_childNodes_get 2877: property Document.childNodes has no implementation build-Linux-gtk/htmlelement.c jsapi_property_className_set 2350: property HTMLElement.className has no implementation |
Chris Young (developer) 2017-05-08 22:42 |
Both these sites now have content, although I suspect this is because the sites themselves have changed as it doesn't seem to matter if JS is on or off. Vince, I suspect you are well aware of any HTMLElement improvements, but I'll leave you to decide if you need this to be left open or not. |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-11 11:17 | Michael Drake | New Issue | |
2013-12-11 11:52 | Rob Kendrick | Category | NetSurf => General |
2013-12-11 11:52 | Rob Kendrick | Description Updated | View Revisions |
2013-12-11 15:44 | Vincent Sanders | Note Added: 0000011 | |
2013-12-11 15:44 | Vincent Sanders | Assigned To | => Vincent Sanders |
2013-12-11 15:44 | Vincent Sanders | Reproducibility | have not tried => always |
2013-12-11 15:44 | Vincent Sanders | Status | new => assigned |
2013-12-11 15:44 | Vincent Sanders | Category | General => Javascript |
2013-12-11 15:45 | Vincent Sanders | URL of problem page | => http://mail.yandex.ru |
2013-12-11 17:12 | Vincent Sanders | Status | assigned => confirmed |
2017-05-08 22:42 | Chris Young | Note Added: 0001555 | |
2019-05-06 13:15 | Vincent Sanders | Assigned To | Vincent Sanders => |