[ 3 posts ]

kpl

  • Joined: Fri Jan 23, 2009 1:00 am
  • Posts: 9
  • Offline
  • Profile

Nesting lists in RTE

Post Posted: Fri Mar 06, 2009 12:28 am
+0-
hey everybody,

when creating nesting lists in rte it looks like this:

Code:
<ul>
  <li>Level1</li>
  <li>
     <ul>
        <li>Level2</li>
        <li>Level2</li>
     </ul>
   </li>
   <li>Level1</li>
</ul>

(it's the same regarding the code view or after filter_invalid_lists, RTE Verion 2.6.0)


Am I wrong, or should it normally looks like this:
Code:
<ul>
  <li>Level1
    <ul>
        <li>Level2</li>
        <li>Level2</li>
     </ul>
  </li>
  <li>Level1</li>
</ul>



When I search the bug list, i've found this one: http://yuilibrary.com/projects/yui2/ticket/1928426
Not sure if it meant to be the same...

Have I just gone blank, or is it a bug?

so long

Dav Glass

  • Username: davglass
  • Joined: Thu Aug 28, 2008 9:28 am
  • Posts: 2088
  • Location: Marion, IL, US
  • Twitter: davglass
  • GitHub: davglass
  • Gists: davglass
  • IRC: davglass
  • Offline
  • Profile
Tags:

Re: Nesting lists in RTE

Post Posted: Fri Mar 06, 2009 8:24 am
+0-
File a bug, I'll look at it when I have a chance..

Thanks

kpl

  • Joined: Fri Jan 23, 2009 1:00 am
  • Posts: 9
  • Offline
  • Profile

Re: Nesting lists in RTE

Post Posted: Sun Mar 08, 2009 11:59 pm
+0-
Just to complete this topic, here is the ticket:

http://yuilibrary.com/projects/yui2/ticket/2527779
  [ 3 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum