Closed (fixed)
Project:
Text Size
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 13:31 UTC
Updated:
1 Dec 2009 at 20:50 UTC
Jump to comment: Most recent file
test with Opera 10
and IE7
and no block is shown when overriding title with
meanwhile FF3.5 shows the block correctly with no title
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | test-size-empty.jpg | 7.85 KB | giorgosk |
Comments
Comment #1
CZ commentedHi GiorgosK.
Do you have set the permission "access textsize content" for "anonymous user" (on "admin/user/permissions#module-textsize")?
Tested on my site with Opera 10, Galeon 2.0.6, Safari 4.0.3.
Comment #2
giorgoskYes permissions are set correctly
Let me put all the latest details of this issue
1.
-----------------------------
Block type: Image links [2]
Links type: Variable links
List display: Normal
Text display: Hide text in the links [5]
Current text size display: Hide current text size
Overwrite text size in templates: No (less code) [6]
setting block title as
<none>-----------------------------
everything seems normal for all the tested browsers
2.
-----------------------------
Block type: Text links [1]
-----------------------------
will make the "text size" block dissapear for
IE7
Opera 10
Chrome 4.0
Safari 3.1
But the text size buttons can be seen from FF3.5
3.
-----------------------------
letting the "block title" empty (erasing the
<none>in it)will let "Text size" display for the misbehaving browsers above
as can be seen in the attached image
-----------------------------
marked #606414: Chrome only display the block title
as duplicate it turns out to be the same issue
Comment #3
giorgoskShould have changed title
Comment #4
CZ commentedCan rebuild the error in Opera 10 if the block is in header region.
Set the list to: "inline".
This code should fix this bug
Comment #5
giorgoskOK that fixes things and same code can be used for side blocks without problems
should this code be used at all times ??
Comment #6
CZ commentedI am carefully with "float". First of all the settings "Display inline" for some elements in the module is for non-designer.
Yes, Garland specific code for blocks in head is:
Comment #7
giorgoskYou can make it a third experimental method
normal
inline
inline using float (experimental)
for use with header regions !!
Comment #8
CZ commentedA non-designer can maybe not distinguish "inline" from "float". I used "li (display: inline)" because it required lesser code and obviate "float", "clear" and "block". But themes with bigger images as the text (16px) required "a ( display block}". So i can use this and fix it.
Comment #9
CZ commentedFixed.