Bug in Freetag Plugin V 2.41

Found a bug? Tell us!!
Post Reply
Lothar
Regular
Posts: 54
Joined: Fri Aug 03, 2007 9:06 pm
Location: Germany
Contact:

Bug in Freetag Plugin V 2.41

Post by Lothar »

Showing the tag cloud with RSS icons there should be no line break between then RSS icon and the tag. This is true for IE 6SP1 and Opera 9.22, however not for Firefox 2.0.0.6.

I think it would also be nice to vertically center the icon. If you select a smaller icon than the standard one it's not looking very good.

Lothar Geyer
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Re: Bug in Freetag Plugin V 2.41

Post by stm999999999 »

Showing the tag cloud with RSS icons there should be no line break between then RSS icon and the tag. This is true for IE 6SP1 and Opera 9.22, however not for Firefox 2.0.0.6.
I see this at my FF, too.

But I think this is a FF-Bug

the html-code on my site:

Code: Select all

<div class="serendipitySideBarContent"><a rel="tag" class="serendipity_xml_icon" href="/rss.php?serendipity[tag]=aldi" title="aldi"><img alt="xml" src="/templates/stm/img/xml.gif" class="serendipity_freeTag_xmlButton" /></a> <span class="tag_weight_100" style="font-size: 100%"><a rel="tag" href="http://blog.stephan.manske-net.de/plugin/tag/aldi" title="aldi (2) ">aldi</a></span>
there is a   between icon and tag, there should be no line break!
I think it would also be nice to vertically center the icon. If you select a smaller icon than the standard one it's not looking very good.
There is

Code: Select all

class="serendipity_freeTag_xmlButton"
so I think you can adjust this for your purpose by using our own css-style.
Ciao, Stephan
Lothar
Regular
Posts: 54
Joined: Fri Aug 03, 2007 9:06 pm
Location: Germany
Contact:

Post by Lothar »

I see this at my FF, too.

But I think this is a FF-Bug

the html-code on my site:

Code:
<div class="serendipitySideBarContent"><a rel="tag" class="serendipity_xml_icon" href="/rss.php?serendipity[tag]=aldi" title="aldi"><img alt="xml" src="/templates/stm/img/xml.gif" class="serendipity_freeTag_xmlButton" /></a> <span class="tag_weight_100" style="font-size: 100%"><a rel="tag" href="http://blog.stephan.manske-net.de/plugin/tag/aldi" title="aldi (2) ">aldi</a></span>

there is a   between icon and tag, there should be no line break!
You are right. I agree that this will be a FF error. Is it possible to code a workaround using <span> and white-space:nowrap;?

Quote:
I think it would also be nice to vertically center the icon. If you select a smaller icon than the standard one it's not looking very good.


There is

Code:
class="serendipity_freeTag_xmlButton"


so I think you can adjust this for your purpose by using our own css-style.
I had a look at this. Is there any way to get the height of the tag font, i.e. the class of the tag? I need this to apply the same height to the RSS icon and center it.


And another issue (I just saw it - this is my first "quote" I used on Serendipity): after clicking the Quote button the cursor is positioned at the beginning of the /quote/ tag, however, the window is scrolled to the top of the text and the tag inserted may not be visible.
Lothar
Regular
Posts: 54
Joined: Fri Aug 03, 2007 9:06 pm
Location: Germany
Contact:

Post by Lothar »

I see this at my FF, too.

But I think this is a FF-Bug

the html-code on my site:

Code:
<div class="serendipitySideBarContent"><a rel="tag" class="serendipity_xml_icon" href="/rss.php?serendipity[tag]=aldi" title="aldi"><img alt="xml" src="/templates/stm/img/xml.gif" class="serendipity_freeTag_xmlButton" /></a> <span class="tag_weight_100" style="font-size: 100%"><a rel="tag" href="http://blog.stephan.manske-net.de/plugin/tag/aldi" title="aldi (2) ">aldi</a></span>

there is a   between icon and tag, there should be no line break!
You are right. I agree that this will be a FF error. Is it possible to code a workaround using <span> and white-space:nowrap;?

Quote:
I think it would also be nice to vertically center the icon. If you select a smaller icon than the standard one it's not looking very good.


There is

Code:
class="serendipity_freeTag_xmlButton"


so I think you can adjust this for your purpose by using our own css-style.
I had a look at this. Is there any way to get the height of the tag font, i.e. the class of the tag? I need this to apply the same height to the RSS icon and center it.


And another issue (I just saw it - this is my first "quote" I used on Serendipity): after clicking the Quote button the cursor is positioned at the beginning of the /quote/ tag, however, the window is scrolled to the top of the text and the tag inserted may not be visible.
Lothar
Regular
Posts: 54
Joined: Fri Aug 03, 2007 9:06 pm
Location: Germany
Contact:

Post by Lothar »

I see this at my FF, too.

But I think this is a FF-Bug

the html-code on my site:

Code:
<div class="serendipitySideBarContent"><a rel="tag" class="serendipity_xml_icon" href="/rss.php?serendipity[tag]=aldi" title="aldi"><img alt="xml" src="/templates/stm/img/xml.gif" class="serendipity_freeTag_xmlButton" /></a> <span class="tag_weight_100" style="font-size: 100%"><a rel="tag" href="http://blog.stephan.manske-net.de/plugin/tag/aldi" title="aldi (2) ">aldi</a></span>

there is a   between icon and tag, there should be no line break!
You are right. I agree that this will be a FF error. Is it possible to code a workaround using <span> and white-space:nowrap;?

Quote:
I think it would also be nice to vertically center the icon. If you select a smaller icon than the standard one it's not looking very good.


There is

Code:
class="serendipity_freeTag_xmlButton"


so I think you can adjust this for your purpose by using our own css-style.
I had a look at this. Is there any way to get the height of the tag font, i.e. the class of the tag? I need this to apply the same height to the RSS icon and center it.


And another issue (I just saw it - this is my first "quote" I used on Serendipity): after clicking the Quote button the cursor is positioned at the beginning of the /quote/ tag, however, the window is scrolled to the top of the text and the tag inserted may not be visible.
Lothar
Regular
Posts: 54
Joined: Fri Aug 03, 2007 9:06 pm
Location: Germany
Contact:

Post by Lothar »

Quote:

I see this at my FF, too.

But I think this is a FF-Bug

the html-code on my site:

Code:
<div class="serendipitySideBarContent"><a rel="tag" class="serendipity_xml_icon" href="/rss.php?serendipity[tag]=aldi" title="aldi"><img alt="xml" src="/templates/stm/img/xml.gif" class="serendipity_freeTag_xmlButton" /></a> <span class="tag_weight_100" style="font-size: 100%"><a rel="tag" href="http://blog.stephan.manske-net.de/plugin/tag/aldi" title="aldi (2) ">aldi</a></span>

there is a   between icon and tag, there should be no line break!

You are right. I agree that this will be a FF error. Is it possible to code a workaround using <span> and white-space:nowrap;?
Today I recognized that the " " is no longer there. However the result is the same. Any way to solve the problem?

Lothar Geyer
Lothar
Regular
Posts: 54
Joined: Fri Aug 03, 2007 9:06 pm
Location: Germany
Contact:

Post by Lothar »

I discussed the problem on a germen usenet forum. Their opinion is:

The   should not allow a line break _within an element_. However, in this case the   connects _two elements_. They suggest to use

.serendipity_freeTag_xmlTagEntry {
font-size: 0.7em; white-space: nowrap;
}

I will change my css file in this way and test it. I think this should be changed in the standard file too.

Lothar Geyer
Post Reply