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.

Non-full-day slots should have same classNames as day slots

See original GitHub issue

Sample: http://jsbin.com/fanepodile/edit?css,js,output

In this sample, I try to set the background color of the mondays in the header.

It works on the view “1 day” but not in the view “1/2 days”

If the slotduration isn’t a full day the classes on the th are missing.

Full day: <th class="fc-widget-header fc-mon fc-past" data-date="2017-02-06"><div class="fc-cell-content"><span class="fc-cell-text">Mo 6</span></div></th>

Not full day: <th class="fc-widget-header" data-date="2017-02-06T00:00:00" colspan="2"><div class="fc-cell-content"><span class="fc-cell-text">Mo 6</span></div></th>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
dmrzcommented, Dec 14, 2017

I have the same issue, when using slotDuration: '12:00:00', columns have no fc-today, fc-sat, fc-sun classes, so it’s impossible to highlight weekends and current day is not highlighted as well. Is it going to be fixed?

2reactions
arshawcommented, Feb 14, 2017

Thanks. This is very reasonable.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Parent scoped class name is also applied to slot child [duplicate]
When you have a child with the same class from a parent, the child's class will overwrite the parent one. (which is what...
Read more >
I understand slot 2 & 4 is ideal for dual channel ram but why ...
Meaning that no matter which slots you use, the stability is the same. If you don't know what type of trace layout your...
Read more >
Solved: Dell 740 Memory slot issue - Dell Community
Solved: Hello, I have a Dell 740 and I recently purchased an additional Dell 740 for use in a cluster. I have 4...
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