Web Dev Ben

Results 124 comments of Web Dev Ben

I can see this is caused by a calculation error on the `.timetable-now` element which I'll investigate further. `left` is initially set to `151px`, then `2.75182e8px` (275,182,000px) ``` element.style {...

https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/af253057ec819a7fa57f2eca0d7347127f67b4e7/sourcefiles/modern/js/vti-responsive-multiepg.js#L3 https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/af253057ec819a7fa57f2eca0d7347127f67b4e7/plugin/controllers/views/responsive/ajax/multiepg.tmpl#L328 HTML output: ``` // $mode == 2 var multiepg_first = ''; var multiepg_now = ''; var multiepg_mode = '2'; var multiepg_day = '0'; var multiepg_week = '0'; var...

Calling the following using the tmpl $offset value will present the EPG at the current time. `jQuery('#tblinner').scrollLeft(offset);` However, I haven't tested the effects of such a change.

@kgroot, could you check the same using the classic interface too, please?

Something _verrry_ bizarre going on here for sure... Modern: Classic: Whenever I get some proper time, I'll look into the classic code to see where modern's going wrong 🙈

I'll revert to https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/6ee978c9deafd163cd3348f2266025a4fb7ff872/plugin/controllers/views/responsive/ajax/multiepg.tmpl in order to 'fix' this. MultiEPG is due a complete overhaul, for which I intend to use CSS grid, so I won't spend time trying to...

@SattSeher, do bookmarks list properly for you in the AutoTimers view?

I hope to eventually revamp the timers page to match AutoTimers styling and coding. The latter was originally more broken which is why I worked on that first.

Bouquet Editor in the `modern` interface still uses JQueryUI Selectable, which I intend to replace with https://mobius1.github.io/Selectable/demos/sortable.html Essentially, the end goal is to extricate OpenWebif from JQuery entirely.

Hi @Grumpy-Geoff , I believe these now use the browser's date picker - which language is your browser set to?