Instantiation Location not included for components inside a modal window or any ajax content
Closed this issue · 3 comments
jennybrown8 commented
Instantiation Location is not always included for components inside a modal window, or other ajax-created content. Need to investigate how those get created and ensure it carries through the ajax properly.
jennybrown8 commented
Traced this down to some incorrect assumptions in AttributeModifyingComponentVisitor. It's now adding html attributes to all components regardless of type, which results in proper behavior.
Solved, for release 1.5.0.7
jennybrown8 commented
Not all cases are working yet in .7, although it's improved. More investigation to do.
jennybrown8 commented
My mistake during retesting. Actually it works fine. Closing.