This is a migrated thread and some comments may be shown as answers.

Cannot select list when only one item in the list

1 Answer 50 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Brian Ho
Top achievements
Rank 1
Brian Ho asked on 06 May 2011, 09:17 PM
Hi there,

I'm encounter a problem with selecting entire list (bullet-list or number-list) if there's only one item in the list.

If I have the following list:

<ul>
    <li>Item 1 
    <ul>
        <li>Second Level</li>
    </ul>
    </li>
    <li>Item 2</li>
    <li>Item 3</li>
</ul>

If I cursor to "second level" in Design view, the Html structure shown at the bottom is the following:
UL > UL > LI > RemoveElement

If I click on the second UL as I want to apply a style to the UL, the LI is selected and not the UL so I can't apply the style to the UL element.

But this works if there are more then one item in the 2nd UL:

<ul>
    <li>Item 1 
    <ul>
        <li>Second Level</li>
        <li>Second Level 2</li>
    </ul>
    </li>
    <li>Item 2</li>
    <li>Item 3</li>
</ul>


Please let me know how I can do this in design view without manual HTML editing.

Thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 11 May 2011, 01:39 PM
Hi Brian Ho,

I was able to reproduce the reported behavior in IE8, but not in IE9 and Firefox 4. Nevertheless, I logged it for fixing in our PITS system and updated your Telerik points. Here you can find the PITS Issue: Public URL.

Regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Brian Ho
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or