View Issue Details

IDProjectCategoryView StatusLast Update
0005204Composr alpha bug reports[All Projects] General / Uncategorisedpublic2022-12-26 01:47
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityTrivial-bug 
Status resolvedResolutionfixed 
Summary0005204: Ticker: Hard-coded width makes them not mobile responsive
Descriptioncomcode_ticker (and possibly other tickers) use a hard-coded width, making them not responsive on mobile. But using relative widths would complicate the ticker as we would need to calculate widths upon DOM generation and resize events.
TagsNo tags attached.
Sponsorship open

Activities

Chris Graham

2022-12-26 01:47

administrator   ~0007842

I've made a number of changes, mainly:
 - 400 width changed to 300 for better mobile compatibility
 - Support for changing news ticker width in template
 - Support for 100% width, including with resizing
 - Faster ticker speed with a properly defined speed unit
 - News ticker using requestAnimationFrame (ticker tag already did due to recent change)

Issue History

Date Modified Username Field Change
2022-12-24 19:08 Patrick Schmalstig New Issue
2022-12-24 19:08 Patrick Schmalstig Status non-assigned => assigned
2022-12-24 19:08 Patrick Schmalstig Assigned To => Chris Graham
2022-12-26 01:47 Chris Graham Status assigned => resolved
2022-12-26 01:47 Chris Graham Resolution open => fixed
2022-12-26 01:47 Chris Graham Note Added: 0007842
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised