This might be the weirdest bug I've ever seen, and not necessarily related to Panels either, but I post it here to maybe get some clues. I have a quite standard panel page with some "custom text" in one region. This works fine in all browsers but IE 8 (and not 6, 7 or 9), where a *part of* a Norwegian letter is skewed in relation to, well, the rest of it.

Have a look at the screenshot and the Norwegian letter "å", where the circle above the a is skewed. The weird(er) thing is that this only happens with Panels Custom Text. I have the same layout with teasers and blocks there, but with no problem. In the screenshot you see a block with the same text (and same text format) displaying normally right below it.

Anyone?

CommentFileSizeAuthor
txt.png190.71 KBvegardjo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Perhaps there is a mismatch on the collation of your tables?

You can use SHOW TABLE STATUS in mysql to see the status of tables, which includes the collation.

For blocks, they're stored in block_custom in D7. For Panels, if the custom text is part of a larger panel they'll just be stored in the panels_pane table. If they're using the ctools_custom_content table. Perhaps one of these two tables has the wrong collation?

vegardjo’s picture

Thanks, but that was not it. This was stored in panels_pane as part of a larger panel, but both this table and block_custom has utf8_general_ci as collation (so does ctools_custom_content BTW).

I have solved it now by simply using a block instead, but it's a weird issue.. Feel free to close this if you like, and I'll update if I figure something out down the line!

merlinofchaos’s picture

Wow, it it not being collation...I really don't know. I don't understand how character sets get used very well, either. It is a very odd issue. I may try to see if I can reproduce it by cut & pasting your text.

vegardjo’s picture

Indeed! Here is the page / site BTW: http://www.norinnova.no/nb/ansatte (now with the functioning block text). Theme is (a subtheme of) Omega. Let me know if I can be of any help if you chose to follow this!

vegardjo’s picture

Issue summary: View changes

Fixed a few typos

lsolesen’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Could you please try with the latest dev and update the version accordingly if the issue is still present?

lsolesen’s picture

Status: Postponed (maintainer needs more info) » Fixed

Closing issue for inactivity. Please reopen if it still persists.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.