You are talking about grid filters if I understand correctly. Currently grid filters are not submitted automatically after their value is changed. All filters are submitted only, when "Search/Reset" toolbar button is pressed in right side of toolbar or, when ENTER is pressed inside a textual filter (like "text", "range" etc.). This is done to give ability for user to type multiple filter values and then press Search button to perform actual search or ENTER on last filter he used. For example language list (Regional section) consists mostly of dropdown filters and auto-submitting (with whole page refresh) on each filter change looks a bit inflexible.
Related to other part about FCKEditor and <inp2: tags inside it. Usually FCKEditor tries to transform all HTML-like tags the way it wants and transforms also <inp2: tags, that look as HTML tags for him too. Template parser doesn't like that. Also <inp2: tags doesn't get displayed in HTML mode, because they are no HTML tags. To prevent damaging <inp2: tag transformation we have made all <inp2: tags look like protected source to FCKEditor. This way it doesn't damage them in HTML mode, but it doesn't show them in HTML mode either. This was the quickest decision to fix this damaging problem.
Ideal solution is to show yellow icons (like when hidden form field is added to FCKEditor) instead of all <inp2: tags. When you double click on that icon or select "Edit" in context menu, then separate floating window is displayed, when user can edit such tag in "Source" mode. There is one problem with such approach though: block tags, like <inp2:m_if check="...">some HTML here</inp2:m_if>, <inp2:m_DefineElement name="...">some HTML also here</inp2:m_DefineElement> and so on. In this approach yellow icon will be shown instead of whole HTML code, that are inside <inp2: block tag and when <inp2: will be edited, then user will see plain HTML there.
Also this is not easy task to implement proposed functionality using FCKEditor. Of course it has plugin system, that makes this easier, but we need someone with experience of FCKEditor plugin writing.
We already have task related to this issue:
--
Best Regards,
http://www.in-portal.orghttp://www.alex-time.com