|
[
Permalink
| « Hide
]
Yuri Ziryukin added a comment - 27/Mar/07 06:04 PM
By the way, if there's no {dynamictable} and {dynamictasklist} macros in the same page with scaffolding macros, then the latter ones work ok. No problems displaying and editing tables in IE.
These two issues seem to be related.
This issue also shows in Scaffolding 2.3-dr5
Please provide me code of this screen shots.
I am trying to solve this Issue. The problem here seems to be that the {dynamictable} and friends create <form> elements, which, when editing a scaffold page will be inside the 'edit scaffold' form. The simplest solution I can think of is for Scaffolding to pre-process the rendered page and remove any extra <form> elements before sending it to the browser. Of course, this won't work if the form is injected with JavaScript, but it should solve most problems I believe.
The current solution is to remove any <form> elements in the page before sending it back to the browser. This means that it looks like the dynamic task list will still work, but it may have bugs if you try. However, the scaffold data will at least now save correctly.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||