question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Broken time column rendering with event time of 00:00:00

See original GitHub issue

Environment

  • App/version: GPN, v.1.33.5
  • Branch: gpn-2018
  • Device: Nexus 9, Android 7.1.1

How to reproduce

  • Start the GPN app
  • Navigate to day 3 from the top menu

Observed behavior

  • The dark time column view on the left side only shows the time entry of the first event as shown in the screenshot: gpn-1 33 4-screenshot

Expected behavior

  • The dark time column view on the left side shows the time entries in a regular series 15 minutes segments. Compare with day 1.

Intermediate research

  • The rendering bug seems to be caused by the event time of 00:00:00.
  • A snapshot of the schedule XML of GPN can be found here to reproduce the error.
  • An insufficient bug fix has been applied here which fixed the issue for day 2 but not for day 3. Since this rendering issue can occur an any given time again a patch must be applied on the master branch.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
poschi3commented, Dec 25, 2018

@johnjohndoe You are right. So that’s how day 1 is looking for the mentioned schedule XML snapshot:

screenshot_1545780193

0reactions
johnjohndoecommented, Dec 25, 2018

@poschi3 If the error is specific to this issue (and GPN) then we should reopen the issue to be resolved at some point.

Read more comments on GitHub >

github_iconTop Results From Across the Web

sql - Convert DateTime Time from 00:00:00 to 23:59:59
DECLARE @Time TIME = '23:59:59.999' SELECT dateColumn + @Time FROM tableName. SQL Fiddle Demo. Edit. Cast @time to datetime before (+)
Read more >
dimension_group | Looker - Google Cloud
Definition. The dimension_group parameter is used to create a set of time-based or duration-based dimensions all at once. You define the dimension group, ......
Read more >
Outlook iOS (iOS 11.0) not stacking columns when rendering ...
I am stumped as I can get this template to work for all pertinent clients and render just fine but for Outlook iOS...
Read more >
HTML 4 Transitional Document Type Definition - W3C
This is the HTML 4.01 Transitional DTD, which includes presentation attributes and elements that W3C expects to phase out as support for style...
Read more >
HubL Tags - HubSpot Developers
Modules can be used within dnd_areas and flexible columns, ... A blog comments tag renders the comments embed code on a blog template....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found