ubala / aribaweb

Automatically exported from code.google.com/p/aribaweb
Apache License 2.0
1 stars 2 forks source link

w:DocumentHead + w:BasicPageWrapper induces extra head/functions in page source, interferes with normal AW functions #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use w:DocumentHead (bind windowTitle)
2. (Access a rich page, ex: with t:DataTable parent/child t:DataTable)

What is the expected output? What do you see instead?
Complex pages (per #2, above) behave poorly. (Parent table area does not
dynamically expand correctly; parent table's expando function does not work
consistently; etc.)

What version of the product are you using? On what operating system?
5.0 RC2, Firefox 3, WinXPPro32

Please provide any additional information below.
Examine generated page's source -- much extra/overlapping functionality.
(Is generated JavaScript interfering between w:DocumentHead and
w:BasicPageWrapper?)

Original issue reported on code.google.com by morton.t...@gmail.com on 21 Apr 2009 at 4:13