This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix issues with new BlueprintJS version #12
Labels
blocker
This blocks a release
Comments
Note: this sub-issue has been transferred into Issue #88, since it's not a blocker.
To reproduce: drag to reduce width of left-hand panel, and horizontal scroll-bar will appear. Scroll right with the scroll bar to confirm that dataset label did not grow into available space. One fix/workaround might be to change to "overflow: 'auto'" in ScrollableContent's style to "overflow-inline: hidden", which stops the horizontal scrollbar appearing. But better to do this by creating a new VerticallyScrollableContent component to avoid the risk of breaking the other 10 panels that use ScrollableContent. |
Fixed in https://github.com/CCI-Tools/cate-webui/tree/forman-64-file_choosers-v2 |
pont-us
added a commit
that referenced
this issue
Aug 12, 2020
Fixes sub-issue #12 (comment) of Issue #12.
pont-us
added a commit
that referenced
this issue
Aug 12, 2020
Fixes sub-issue #12 (comment) of Issue #12.
pont-us
added a commit
that referenced
this issue
Aug 12, 2020
Fixes sub-issue #12 (comment) of Issue #12 (but there are still other alignment problems in this dialog).
AliceBalfanz
added a commit
that referenced
this issue
Aug 12, 2020
AliceBalfanz
added a commit
that referenced
this issue
Aug 13, 2020
pont-us
added a commit
that referenced
this issue
Aug 13, 2020
Fixes sub-issue #12 (comment) of Issue #12.
pont-us
added a commit
that referenced
this issue
Aug 14, 2020
Fixes sub-issue #12 (comment) of Issue #12
Merged
pont-us
added a commit
that referenced
this issue
Aug 14, 2020
Fixes the "space!" aspect of sub-issue #12 (comment) of Issue #12.
pont-us
added a commit
that referenced
this issue
Aug 14, 2020
Fixes the following items in sub-issue #12 (comment) of Issue #12: - Fix too large cell heights in LAYERS panel items. - Fix non-alignment of checkboxes and label text in LAYERS panel items.
pont-us
added a commit
that referenced
this issue
Aug 14, 2020
Fixes item "Fix vertical non-alignment of icon and label in "Active view" control of VIEW panel" in sub-issue #12 (comment) of Issue #12.
forman
pushed a commit
that referenced
this issue
Aug 16, 2020
Fixes sub-issue #12 (comment) of Issue #12
forman
pushed a commit
that referenced
this issue
Aug 16, 2020
Fixes the "space!" aspect of sub-issue #12 (comment) of Issue #12.
forman
pushed a commit
that referenced
this issue
Aug 16, 2020
Fixes the following items in sub-issue #12 (comment) of Issue #12: - Fix too large cell heights in LAYERS panel items. - Fix non-alignment of checkboxes and label text in LAYERS panel items.
forman
pushed a commit
that referenced
this issue
Aug 16, 2020
Fixes item "Fix vertical non-alignment of icon and label in "Active view" control of VIEW panel" in sub-issue #12 (comment) of Issue #12.
pont-us
added a commit
that referenced
this issue
Aug 17, 2020
Fixes sub-issue 'Fix horizontal positioning in "Add file data source" dialog' ( #12 (comment) ) of Issue #12.
pont-us
added a commit
that referenced
this issue
Aug 17, 2020
Fixes item: 'Fix vertical non-alignment of green "Add tag" button and subsequently added tags in OPERATIONS panel.' of sub-issue #12 (comment) of Issue #12.
pont-us
added a commit
that referenced
this issue
Aug 18, 2020
Fixes item "Fix data store selector being too slim in width in DATA SOURCES panel." of sub-issue #12 (comment) of Issue #12.
forman
removed
the
prio
High priority issue. Solve this after "blocker" and "bug".
label
Aug 18, 2020
pont-us
added a commit
that referenced
this issue
Aug 18, 2020
Fixes item "Replace src/renderer/components/Card usages by @blueprintjs.core.Card" from sub-issue #12 (comment) of Issue #12. Also removes src/renderer/components/Card.tsx, since it's not used any more.
1 task
pont-us
added a commit
that referenced
this issue
Aug 18, 2020
Fixes sub-issue #12 (comment) of Issue #12.
Closing since all sub-issues now have now been fixed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use of Blueprint 3.x introduced several new issues.
Coding issues:
src/renderer/components/Card
usages by@blueprintjs.core.Card
Styling issues:
The text was updated successfully, but these errors were encountered: