Broken time column rendering with event time of 00:00:00
See original GitHub issueEnvironment
- 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:
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:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@johnjohndoe You are right. So that’s how day 1 is looking for the mentioned schedule XML snapshot:
@poschi3 If the error is specific to this issue (and GPN) then we should reopen the issue to be resolved at some point.