Public bug reported:

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-->

** Affects: aikiframework
     Importance: Critical
         Status: New

** Changed in: aikiframework
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, 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:
  New

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.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to