Flexifilter components arrange randomly each save
suit4 - April 7, 2009 - 15:47
| Project: | Flexifilter |
| Version: | 6.x-1.1-rc2 |
| Component: | User interface - Misc |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Trying to recreate or edit the mediawikifilter, I have problems with randomly rearranging filter components (Simple text pattern replacement).
this is especially problematic, when replacing wikistyle syntax which has to be in a fixed order, e.g.
====headline==== (pattern ====, replacement
)
===headline=== (pattern ===, replacement
)
==headline== (pattern ==, replacement
)
If the h2-filter runs before h4-filter, h4 looks like ==
headline
==
Every time I try to fix the order of the filters with the Move-function, the filter order changes somehow, but it is in no way controllable.
Any ideas?

#1
oops, this is the example
====headline==== (pattern ====, replacement <h4></h4>)
===headline=== (pattern ===, replacement <h3></h3>)
==headline== (pattern ==, replacement <h2></h2>)
If the h2-filter runs before h4-filter, h4 looks like ==<h2>headline</h2>==
#2
Yes, I can confirm that this is a major issue as it affects everything! You can't get a good arrangement of anything in the list when this bug happens.
How exactly does this module arrange stuff? Is it to do with the order things appear in the database, as I can't really seem to find anything else detailing the arrangement of items.