Skip to:
Please see the attached screenshot. The small rectangle is displayed when a site is checked. It occurs in Internet Explorer only.
Steps to reproduce:1. Log in using IE.2. Move to My Workspace -> Worksite Setup.3. Check any site. Then the rectangle is displayed.
Currently, its HTML source is as follows:<li><span><a>Delete</span></a></li>
It can be fixed by simply switching the order of the ending </span> and </a>.<li><span><a>Delete</a></span></li>
2.9.x r127226
Tested and verified on trunk: http://nightly2.sakaiproject.org:8082trunk on Oracle - Built: 07/17/13 12:00 - Sakai Revision: 127114 (Kernel 1.4.0-SNAPSHOT)- Server sakai-nightly.uits.iupui.edu
Integrated in site-manage trunk #655 (See http://builds.sakaiproject.org:8080/job/site-manage%20trunk/655/)https://sakaiproject.atlassian.net/browse/SAK-23454#icft=SAK-23454 - fix bad nesting in toolbar (Revision 122271)
Result = SUCCESS
Thanks again, Yuki.
svn ci -m"SAK-23454 - fix bad nesting in toolbar" site-manage-tool/tool/src/webapp/vm/sitesetup/chef_site-list.vmSending site-manage-tool/tool/src/webapp/vm/sitesetup/chef_site-list.vmTransmitting file data .Committed revision 122271
Please see the attached screenshot. The small rectangle is displayed when a site is checked. It occurs in Internet Explorer only.
Steps to reproduce:
1. Log in using IE.
2. Move to My Workspace -> Worksite Setup.
3. Check any site. Then the rectangle is displayed.
Currently, its HTML source is as follows:
<li><span><a>Delete</span></a></li>
It can be fixed by simply switching the order of the ending </span> and </a>.
<li><span><a>Delete</a></span></li>