** Changed in: aikiframework
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/885704

Title:
  inherited widget is rendered at the begining of widget

Status in Aiki Framework:
  Fix Released

Bug description:
  This is in the latest development version of Aiki.

  If you create widget foo

  <div id="foo">
     <!-- begin of foo ->
        (#(inherit:id_of_bar)#)
     <!-- end of foo -->
  </div>

  and have bar widget

  <span>Foo</span>
  <span>Bar</span>

  Aiki will render
   <!--start foo(id)--> 
  <div class="foo">
  <span>Foo</span>
  <span>Bar</span><div id="foo">
      <!-- begin of foo -->
      
      <!-- end of foo -->
  </div>
  </div>
   <!--foo(id) end-->

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/885704/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to