Bug 2075 - Rhapsody Tableteer title page has ® which renders as ® instead of ®
: Rhapsody Tableteer title page has ® which renders as ® instead of ®
Status: CLOSED FIXED
Product: X-Misdirected
Nokia
: 4.0
: N800 Linux
: Unspecified normal (vote)
: ---
Assigned To: unassigned
: browser-bugs
: http://n800.tableteer.nokia.com/table...
:
:
:
  Show dependency tree
 
Reported: 2007-10-05 12:47 UTC by Aleksandr Koltsoff
Modified: 2008-08-20 07:33 UTC (History)
0 users (show)

See Also:


Attachments
Incorrect rendering of ® (128.32 KB, image/png)
2007-10-07 00:25 UTC, Aleksandr Koltsoff
Details
But using HTML2 it works.. (43.43 KB, image/png)
2007-10-07 00:33 UTC, Aleksandr Koltsoff
Details


Note

You need to log in before you can comment on or make changes to this bug.


Description Aleksandr Koltsoff (reporter) 2007-10-05 12:47:15 UTC
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.
Comment 1 timeless 2007-10-06 23:27:01 UTC
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
Comment 2 Aleksandr Koltsoff (reporter) 2007-10-07 00:25:35 UTC
Created an attachment (id=563) [details]
Incorrect rendering of &reg;

As rendered on N800 with newest user-image
Comment 3 Aleksandr Koltsoff (reporter) 2007-10-07 00:26:44 UTC
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
Comment 4 Aleksandr Koltsoff (reporter) 2007-10-07 00:33:27 UTC
Created an attachment (id=564) [details]
But using HTML2 it works..
Comment 5 Aleksandr Koltsoff (reporter) 2007-10-07 00:34:59 UTC
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.
Comment 6 Aleksandr Koltsoff (reporter) 2007-10-07 01:16:46 UTC
Meh.

The page in question has title tag as follows:
<title>Rhapsody&amp;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.
Comment 7 timeless 2007-10-18 07:52:27 UTC
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.
Comment 8 timeless 2007-11-01 15:57:03 UTC
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>