Displaying mini rectangle in checking site

Description

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>

Attachments

2
  • 05 Apr 2013, 08:33 AM
  • 05 Apr 2013, 08:33 AM

Activity

Sam Ottenhoff July 18, 2013 at 10:07 AM

2.9.x r127226

Andrea Schmidt July 17, 2013 at 12:25 PM

Tested and verified on trunk: http://nightly2.sakaiproject.org:8082
trunk on Oracle - Built: 07/17/13 12:00 - Sakai Revision: 127114 (Kernel 1.4.0-SNAPSHOT)- Server sakai-nightly.uits.iupui.edu

Hudson CI Server April 5, 2013 at 10:29 AM

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

Gonzalo Silverio April 5, 2013 at 9:36 AM

Thanks again, Yuki.

svn ci -m"SAK-23454 - fix bad nesting in toolbar" site-manage-tool/tool/src/webapp/vm/sitesetup/chef_site-list.vm
Sending site-manage-tool/tool/src/webapp/vm/sitesetup/chef_site-list.vm
Transmitting file data .
Committed revision 122271

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Environment

Internet Explorer 8 and 9

Created April 5, 2013 at 8:33 AM
Updated September 17, 2013 at 11:57 AM
Resolved April 5, 2013 at 9:36 AM

Flag notifications