View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005204 | Composr alpha bug reports | [All Projects] General / Uncategorised | public | 2022-12-24 19:08 | 2022-12-26 01:47 |
Reporter | Patrick Schmalstig | Assigned To | Chris Graham | ||
Severity | Trivial-bug | ||||
Status | resolved | Resolution | fixed | ||
Summary | 0005204: Ticker: Hard-coded width makes them not mobile responsive | ||||
Description | comcode_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. | ||||
Tags | No tags attached. | ||||
Sponsorship open | |||||
|
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) |
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 |