Stf: [UI] Broken layout when resize streaming panel

Created on 7 Jan 2020  路  2Comments  路  Source: openstf/stf

When I resize the window, element inside Info tab auto fit the panel
image
But when I resize the streaming panel, element inside Info tab does not auto fit the panel
image

bug

Most helpful comment

I fixed it by replace line:
scope.$on('panelsResized', _.throttle(onPanelsResized, 300))
by
scope.$on('fa-pane-resize', _.throttle(onPanelsResized, 300))
in the file: angular-packery-directive.js

All 2 comments

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

I fixed it by replace line:
scope.$on('panelsResized', _.throttle(onPanelsResized, 300))
by
scope.$on('fa-pane-resize', _.throttle(onPanelsResized, 300))
in the file: angular-packery-directive.js

Was this page helpful?
0 / 5 - 0 ratings

Related issues

0x88l picture 0x88l  路  4Comments

lgleasain picture lgleasain  路  7Comments

luisxiaomai picture luisxiaomai  路  8Comments

liyaoyao6342 picture liyaoyao6342  路  5Comments

luoxi001713 picture luoxi001713  路  5Comments