Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3rd level sitemap navigation items are rendered incorrectly #57

Closed
neilferreira opened this issue Nov 10, 2015 · 0 comments
Closed

3rd level sitemap navigation items are rendered incorrectly #57

neilferreira opened this issue Nov 10, 2015 · 0 comments

Comments

@neilferreira
Copy link

3rd level items in the default sitemap render incorrectly. The "-webkit-column-count: 3" is splitting up the text into multiple sections, as seen in this screenshot (See items in Red)

3rdelvel

Markup:

<li class="navTreeItem visualNoMarker">
  <a href="https://plone5.veit-schiele.de/sandbox-test" title="" class="state-private contenttype-folder">
        <span>Sandbox Test</span>
  </a>
<ul class="navTree navTreeLevel2"><li class="navTreeItem visualNoMarker">
  <a href="https://plone5.veit-schiele.de/sandbox-test/sub-item-to-this-folder" title="" class="state-private contenttype-folder">
        <span>Sub Item to this folder</span>
  </a>
<ul class="navTree navTreeLevel3"><li class="navTreeItem visualNoMarker">
  <a href="https://plone5.veit-schiele.de/sandbox-test/sub-item-to-this-folder/sub-item-to-this-folder" title="" class="state-private contenttype-folder">
        <span>Sub Item to this folder</span>
  </a>
</li>
</ul></li>
</ul></li>
allcaps pushed a commit that referenced this issue Dec 22, 2015
 - Only split the fist sub level list into columns
 - Hide the redundant bullets
 - Each declaration on its own line
 - Fix my name in changelog
allcaps pushed a commit that referenced this issue Dec 22, 2015
The heirachy of the site is made clear by position (indenting list).
The column structucture also uses positioning to gain space.
The positioning of items in the lists and positioning those items in
columns conflict. Therefore I decided to drop the columns.

 - Drop the column layout
 - Hide the redundant bullets
 - Each declaration on its own line
 - Fix my name in changelog
allcaps pushed a commit that referenced this issue Dec 22, 2015
The heirachy of the site is made clear by position (indenting list).
The column structucture also uses positioning to gain space.
The positioning of items in the lists and positioning those items in
columns conflict. Therefore I decided to drop the columns.

 - Drop the column layout
 - Hide the redundant bullets
 - Each declaration on its own line
 - Fix my name in changelog
allcaps pushed a commit that referenced this issue Dec 22, 2015
The heirachy of the site items is made clear by position (indenting list).
These items where also positioned in columns. The new position in columns
makes it confusing to what level an item belongs to. Therefore I decided to
drop the columns.

 - Drop the column layout
 - Hide the redundant bullets
 - Each css declaration on its own line
 - Fix my name in changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant