Project

General

Profile

Actions

Bug #16872

closed

Pagetree has visible bullets on Firefox! (4.1beta3)

Added by Liakos about 17 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-01-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Just upgraded to 4.1 beta 3 and did the usual db checks. Going to the Web > page module, the page tree to the left has visible bullets (since it's really a UL structure). That behavior is seen only in Firefox v2.0.0.1 (haven't tried other versions) but not using Explorer 6.
I assume it has something to do with the addition of the following lines in /typo3_src-4.1beta2/typo3/sysext/t3skin/stylesheets/typo3-tree.css:

ul.tree ul li.expanded ul { background: transparent url('../icons/gfx/ol/line.gif') top left repeat-y; }
ul.tree ul li.last { background: transparent url('../icons/gfx/ol/joinbottom.gif') no-repeat top left; }
ul.tree ul li.last > ul { background: none; }
ul.tree ul li.active { background-color: #f7f3ef !important; }
ul.tree ul li.active ul { background-color: #efeff4; }

Screenshot available : http://www.skagon.com/pub/typo3_tree_issue.png

(issue imported from #M4815)


Files

typo3_tree_issue.png (41.2 KB) typo3_tree_issue.png Administrator Admin, 2007-01-21 01:24
Actions #1

Updated by Liakos about 17 years ago

Above mentioned path should be:
/typo3_src-4.1beta3/typo3/sysext/t3skin/stylesheets/typo3-tree.css
...just a tiny detail.

Actions #2

Updated by Johnny about 17 years ago

I have not looked into it really but I have multiple installations running and just updated some to use the new beta and these point to the same source. The bullets only appear in one of them rather than all of them! All viewed in Firefox 2.0.0.1 in separate tabs. No time to investigate at the moment though.

Actions #3

Updated by Johnny about 17 years ago

Quick 30-second fix works for me. The bullets just got annoying as they expanded the width of the tree too much for my enjoyment. So, in the file

/typo3_src-4.1beta3/typo3/sysext/t3skin/stylesheets/typo3-tree.css

change this declaration adding the list-style-image part.

table#typo3-tree,
table#typo3-browsetree {
margin: 10px 0 20px 10px;
list-style-image: none;
}

Don't know if that will mess anything else up but seems to work fine. Aloha.

Actions #4

Updated by Andreas Bulling about 17 years ago

I had the same problem with FireFox 2.0 but just cleared the cache and everything was fine again.

Actions #5

Updated by Benni Mack about 17 years ago

We had some similar experiences, but figured that Firefox takes a while to load the stylesheet definitions. Once they are loaded ( in the browser cache), it works. I gotta look into the process again, since I cannot reproduce the error at my machine.

Actions #6

Updated by Martin Kutschker about 17 years ago

Experienced the same as you, but as for Andrreas the problem went away after clearing the browser cache.

Actions

Also available in: Atom PDF