Our flexible Kanban board for managing tasks with drag drop


Post by licjapodaca »

Hi there, recently I upgrade the Taskboard version to 4.2.5 and when I use the Add New Column button the scroll feature doesn't work anymore...

Here it is the code that I use:

...
me.getView()._taskboard.columns.add(columnRecord); // <== here I add the column
me.getView()._taskboard.scrollToColumn(me.getView()._taskboard.columns.last.id); // <== here I move the scroll to that column
...

Is there a workaround?

Regards


Post by alex.l »

Hi licjapodaca,

Could you try to reproduce it with our examples?
https://bryntum.com/examples/taskboard/basic/
We need more information to reproduce it, because all looks good to me.

I tried in console:

taskboard.columns.add({name: 'test', field: 'name'}); // called few times to see a scrollbar
taskboard.scrollToColumn(taskboard.columns.last.id);

And it works.

All the best,
Alex


Post by licjapodaca »

Hi Alex, can you give me your email to send you a temporal credentials to access to our SaaS solution and you will see the issue please...

Regards


Post by mats »

please email to support at bryntum!


Post by licjapodaca »

Hi @mats, what is the Bryntum support email? ... is it support@bryntum.com ?


Post by mats »

yes!


Post by licjapodaca »

Excellent @mats, I already sent you by email the credentials of a test user and let you access to our SaaS solution and see the issue when we try to add new columns to our Taskboard v4.2.5 component.

We have sent the email by our account "admonti@bts.com.mx".

Waiting for your comments.

Regards


Post by saki »

Hello licjapodaca.

I'm trying to access the site with the following error:

Screen Shot 2021-09-13 at 09.47.43.png
Screen Shot 2021-09-13 at 09.47.43.png (52.9 KiB) Viewed 1433 times

Post by licjapodaca »

Hi @saki, check the important note in the email, the STAGING infrastructure is on only between 8 a.m. and 7p.m. (PST) from Monday through Friday...

Regards


Post by licjapodaca »

Any advance with this issue?


Post Reply