maemo.org Bugzilla – Bug 2075
Rhapsody Tableteer title page has ® which renders as ® instead of ®
Last modified: 2008-08-20 07:33:55 UTC
You need to log in before you can comment on or make changes to this bug.
EXPECTED OUTCOME: "Web - Rhapsody(r) - Nok..." in statusbar when navigating to tableteer page on rhapsody. ACTUAL OUTCOME: "Web - Rhapsody® - Nok" STEPS TO REPRODUCE THE PROBLEM: Using latest fw(N800) click on the rhapsody link when it appears in promoapplet. OTHER COMMENTS: The problem is not likely to be in opera, but rather how text is rendered in the UI when opera is running. It affects specifically the contents of <title>-tag.
worksforme: Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9a6pre) Gecko/20070810 Firefox/3.0a1 Tablet browser 0.1.16 RX-34_2007SE_4.2007.26-4 Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux armv6l; U) Opera 8.5 [en_US] Tablet browser 0.0.12 RX-34_2007SE_4.2007.21-8
Created an attachment (id=563) [details] Incorrect rendering of ® As rendered on N800 with newest user-image
Exact url: http://n800.tableteer.nokia.com/tableteer/n800/discover/rhapsody.xhtml (when opened on the device) Browser info: Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux armv6l; U) Opera 8.5 [en_GB] Tablet browser 0.0.14 RX-34_2007SE_4.2007.38-2
Created an attachment (id=564) [details] But using HTML2 it works..
Created a small test page on http://koltsoff.com/bugs/n800/2075.html which uses entities in title, and that works. (see https://bugs.maemo.org/attachment.cgi?id=564 for device rendering). Weird.
Meh. The page in question has title tag as follows: <title>Rhapsody&reg; - Nokia Tableteer</title> How nice is that then. Took a while to dig that out since the transfer was all gzip content encoded and one cannot access the page with regular browser. Consider closed from my part.
so, i should have mentioned: about:config?sprefname=encoding specifically if you have problems w/ servers sending content you don't want, change network.http.accept-encoding to empty.
Jense Wilke helped us find someone who could fix it. using: about:config "general.useragent.override" "Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9a6pre) Gecko/20070810 Firefox/3.0a1 Tablet browser 0.1.16 RX-34_2007SE_4.2007.26-4" view-source:http://n800.tableteer.nokia.com/tableteer/n800/discover/rhapsody.xhtml The result is now: <title>Rhapsody - Nokia Tableteer</title>