On Nov 20, 5:15 pm, Tim Barnes <[email protected]> wrote:
> [...] As a consequence I've written a Kanban plugin.
>
> It will show in a tiddler a kanban with a set of configurable
> columns. Work cards are tiddlers tagged with the column name, and the
> position in the kanban can be changed by dragging and dropping the
> card between the columns.
>
> At the moment the code and an example TiddlyWiki are on github
> here:https://github.com/tim-barnes/TiddlyKanban
I am having an intermittent issue when dragging the cards between
kanban columns.
I added the following to the StyleSheetKanbanPlugin:
.kanbanworkitem[kanbanstate="Cat2"] { background-color: red; }
.kanbanworkitem[kanbanstate="Cat3"] { background-color: yellow; }
before the final .kanbanworkitem. I also added Cat4 and Cat5 to the
kanban macro
in the Example tiddler.
The idea was to color the cards in Cat2 red and the card in Cat3
yellow, and cards in all other cat's
should be the light blue color.
If I create a couple of extra cards and put all of the cards in Cat2,
then I drag a
card to the Cat1 or Cat3 columns, the kanbanstate value doesn't always
change.
It seems to happen more often when I drag a card to an empty column.
If I drag a card to
an already populated column, the value (and color) are much more
likely to change.
If the kabanstate value doesn't change, the tag for the corresponding
tiddler doesn't change either.
I am using PaleMoon 8.0 (equivalent to firefox 8.0) and Chrome
15.0.874.121.
Can anybody reproduce/debug this?
-- rouilj
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.