Inspector in a font tag(css) displays wrong

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Inspector in a font tag(css) displays wrong

Post by notuo »

Hi Karlis.

I found this since version 2005, still here. I am attaching an image that shows the problem. Here is how:

I have a font declaration in a css file: font: 11px bold Verdana, Arial, Helvetica, sans-serif;

If I click in the inspector, you will see this declaration is not accurately parsed and displayed into the proper parts of the tree to the right. You can see in this example: line-height helvetica. and so on.

I am not sure if anyone else has the same issue.

Image

Regards,

Angel
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Yes, thank you, this is a known problem, due to low priority, it is still in the queue but we will be correcting it as soon as all the more importand issues are worked out.

The current workaround would be to enclose font names in quotes:

font: 11px bold "Verdana, Arial, Helvetica, sans-serif";
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Post by notuo »

Good to know. Thanks for this tip.

One thing only, maybe the quotes can be enclosed from the beggining when you choose the family within the Rapid dialogs.

Angel
Post Reply