MODx Bug/Feature Tracker and Feature Requests
Welcome to the MODx CMS Tracker. Please choose the appropriate project from the drop down menu and provide as much information as possible regarding your server environment and browser. Thanks!
FS#939 — ticker doesnt work correctly when using bindings
Attached to Project —
MODx
Opened by Erik Pols (erikp) - Tuesday, 28 August 2007, 04:37AM
Last edited by Ryan Thrash (rthrash) - Wednesday, 23 January 2008, 03:02PM
Opened by Erik Pols (erikp) - Tuesday, 28 August 2007, 04:37AM
Last edited by Ryan Thrash (rthrash) - Wednesday, 23 January 2008, 03:02PM
| Task Type | Bug Report |
|---|---|
| Category | Plugin/Module/Snippet |
| Status | Assigned |
| Assigned To |
Jeff Whitfield (Bravado) |
| Operating System | All |
| Severity | High |
|---|---|
| Priority | Normal |
| Reported Version | 0.9.6 |
| Due in Version | 0.9.6.2 |
| Due Date | Undecided |
| Percent Complete |
|
Details
When one inserts a ticker and uses bindings in the 'default value' field, the data from that binding is not parsed (or not correctly)for example:
@DOCUMENT 19
where document 19 contains 'hello||bye', the string is not split at ||
@SELECT pagetitle FROM modx_site_content LIMIT 10
returns an array and although the ticker docs state that the ticker can handle arrays, the result is the word 'Array' where the ticker is inserted.
This task depends upon
This task blocks these from closing
- Field changed: Status (Unconfirmed → New)
- Field changed: Severity (Critical → High)
- Field changed: Due Date (Undecided → Undecided)
Just reducing this error from critical to high severity, as any of those things can be achieved in alternative ways.Also note, all of the TV widgets need to be reviewed and re-engineered for various reasons, including the ticker widget.