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

ScheduleTooltip is wrong when Vertical Scheduler is in scrollable container #465

Closed
pmiklashevych opened this issue Mar 26, 2020 · 1 comment
Labels
bug Something isn't working forum Issues from forum

Comments

@pmiklashevych
Copy link

pmiklashevych commented Mar 26, 2020

Forum: https://www.bryntum.com/forum/viewtopic.php?f=44&t=13592&start=10#p70778

To reproduce:
Scheduler/examples/vertical/app.js

    startDate      : new Date(2019, 0, 1),
    endDate        : new Date(2019, 0, 10),

Scheduler/examples/vertical/index.html

<body>
<div style="height:3000px;overflow: scroll;">
	<div style="height: 300px;background: orange;"></div>
	<div id="container" class="large-sized-tools">
	</div>
	<!-- Using Ecma Modules -->
	<script type="module" src="app.js"></script>
</div>
</body>

http://lh/bryntum-suite/scheduler/examples/vertical/
Scroll outer container down and scroll a bit scheduler down. See ScheduleTooltip is wrong. Though when you drag create an event dates are correct.
Снимок экрана 2020-03-26 в 18 43 09

@pmiklashevych pmiklashevych added the bug Something isn't working label Mar 26, 2020
@isglass isglass added this to the Scheduler 3.1.2 milestone Mar 27, 2020
@SergeyMaltsev SergeyMaltsev added the forum Issues from forum label Mar 31, 2020
@matsbryntse matsbryntse modified the milestones: Scheduler 3.1.2, Scheduler 3.1.3 Apr 17, 2020
@isglass isglass modified the milestones: Scheduler 3.1.3, Scheduler 3.1.x Apr 27, 2020
@isglass isglass modified the milestones: Scheduler 3.1.x, Scheduler 4.x.x Aug 13, 2020
@isglass isglass modified the milestones: Scheduler 4.x.x, 4.x.x Nov 18, 2020
@matsbryntse matsbryntse removed this from the 4.x.x milestone Jun 22, 2021
@matsbryntse
Copy link
Member

Not reproducible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum
Projects
None yet
Development

No branches or pull requests

4 participants