Changeset 1921


Ignore:
Timestamp:
2011-08-03 09:05:56 (10 months ago)
Author:
mpo
Message:

fixing test for IE
the wrong-balanced </div> in the HTML made the container-template ineffective (add and container blocks could not be found)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/kauri-forms/kauri-forms-framework/src/test/kauri.forms/test-collection.js

    r1896 r1921  
    290290                    "templates" : { 
    291291                              "layout": "<div kauri-role='input' style='border-style: dashed; border-width: 1px; margin: 10px; padding: 10px;'><span kauri-role='label'/><span kauri-role='control'/><span kauri-role='messages'/><input type='button' kauri-role='delete' value='Delete'/></div>", 
    292                               "control": "<div kauri-role='container' ></div><input type='button' kauri-role='add' value='Add'></div>" 
     292                              "control": "<div kauri-role='container' ></div><input type='button' kauri-role='add' value='Add'>" 
    293293                          } 
    294294                }, 
Note: See TracChangeset for help on using the changeset viewer.