Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[alpha3] timeline view divider not draggable by user #479

Closed
arshaw opened this issue Dec 21, 2018 · 7 comments
Closed

[alpha3] timeline view divider not draggable by user #479

arshaw opened this issue Dec 21, 2018 · 7 comments
Milestone

Comments

@arshaw
Copy link
Member

arshaw commented Dec 21, 2018

screen shot 2018-12-21 at 5 45 40 pm

This will be fixed for v4 official release.

ALSO, individual column headers need to be resizable again

@arshaw arshaw added this to the v4 milestone Dec 21, 2018
@arshaw arshaw changed the title [v4-alpha.3][regression] timeline view divider not resizable by user [v4-alpha.3][regression] timeline view divider not draggable by user Dec 21, 2018
@arshaw arshaw changed the title [v4-alpha.3][regression] timeline view divider not draggable by user [alpha3] timeline view divider not draggable by user Dec 26, 2018
@marcojakob
Copy link

marcojakob commented Feb 16, 2019

Might be related to this: Setting the width of resourceColumns does not work.

resourceColumns: [
    {
      labelText: 'First Name',
      field: 'fname',
      width: '10%'
    }
 ]

The fc-widget-header always stays at width:30%.

BTW: I was trying to hide the resource column (for mobile) by setting width:0. Maybe there is a better way to hide it? If not, this might be a feature that could be included.

@mchapman
Copy link

Also perhaps related (or worth investigating at the same time): when the calendar is very wide on a resourceTimelineDay view the timeslots get progressively further out of line throughout the day.
screenshot from 2019-02-28 12-41-42
Note: You may need a 4K monitor to see this.

@arshaw
Copy link
Member Author

arshaw commented Mar 7, 2019

@marcojakob the resourceAreaWidth setting controls the width of the whole group of columns. the widths of the resourceColumns defines how the resourceAreaWidth is split amongst the columns. the behavior is working as expected.

@mchapman would you mind posting a new issue with a recreation? you'll probably be able to recreate this for anyone if you force the width of the containing div to be huge.

@mchapman
Copy link

mchapman commented Mar 7, 2019

@arshaw - Happy to do that. Is there a V4 equivalent of the debugging template from https://fullcalendar.io/reduced-test-cases? (I tried before making the original post to figure out the URL on your server, but it isn't obvious)

@arshaw arshaw closed this as completed in f12f859 Mar 10, 2019
@arshaw
Copy link
Member Author

arshaw commented Mar 10, 2019

@mchapman i'm working on making something more official for that. @acerix do you have something?

@acerix
Copy link
Member

acerix commented Mar 11, 2019

@mchapman @arshaw Here's a codepen someone made for the new beta, but it doesn't have all plugins included:

https://codepen.io/guice11/pen/bzxvEa

@arshaw
Copy link
Member Author

arshaw commented Mar 20, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants