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

First swimline row under the column headers one #2575

Closed
scozzem opened this issue Aug 10, 2016 · 4 comments
Closed

First swimline row under the column headers one #2575

scozzem opened this issue Aug 10, 2016 · 4 comments

Comments

@scozzem
Copy link

scozzem commented Aug 10, 2016

Expected behaviour

This is just a UI "issue". Maybe it was already discussed and, in case, sorry for that.
As from the attached file, I noticed that the row containing the column headers of the FIRST swimline are always OVER the swilline name, while on the other ones they are correctly located.
This happens also on the latest official release 1.0.32

Thanks a lot and thanks also for all your hard work on your great project!!
Kindest Regards,
Emanuele.

kanboardissue

@fguillot
Copy link
Member

For the reason, see https://github.com/kanboard/kanboard/blob/master/app/Template/board/table_container.php#L23

If you know a workaround, don't hesitate to contribute.

@ChangePlaces
Copy link

I'll find some time over the next weekend (1st/2nd apr) and try to take a look at this.

@sfahrenholz
Copy link
Contributor

sfahrenholz commented Dec 23, 2017

Hey @fguillot
i try to fix this. but my problem is, when i hidden acolumn, so the column keeps his width from the expand value.
this happend when i use only without any conditions, the collapse works fine so war..
Can you help me/tell me, where the collapse column will be set his width?
swimlanes

<?php if (! ($swimlane['nb_tasks'] === 0 && isset($not_editable))): ?>
                    <?= $this->render('board/table_swimlane', array(
                        'project' => $project,
                        'swimlane' => $swimlane,
                        'not_editable' => isset($not_editable),
                    )) ?>

                <?= $this->render('board/table_column', array(
                    'swimlane' => $swimlane,
                    'not_editable' => isset($not_editable),
                )) ?>

                <?= $this->render('board/table_tasks', array(
                    'project' => $project,
                    'swimlane' => $swimlane,
                    'not_editable' => isset($not_editable),
                    'board_highlight_period' => $board_highlight_period,
                )) ?>

<?php endif ?>

@ghost
Copy link

ghost commented Nov 21, 2018

This issue has been closed automatically by a bot for inactivity. For more information, read the FAQ.

@ghost ghost closed this as completed Nov 21, 2018
@ghost ghost removed help wanted labels Nov 21, 2018
@ghost ghost locked and limited conversation to collaborators Nov 21, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants