-
-
Notifications
You must be signed in to change notification settings - Fork 833
Scaled Creating Polls dialog box for small windows #8530
Conversation
Signed-off-by: ankur12-1610 <[email protected]>
@t3chguy can you give a look at it? 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SimonBrandner but I haven't changed anything related to scrollbars I've just played with footer of the dialog 🤔 |
Then I am unsure as to how this PR improves the situation - the dialog still seems to behave unideally in small windows. What am I missing? |
In small windows the footer used to overlap over the content due to its absolute position and also there wasn't any background given to footer so as soon it overlapped the content in small windows the content was visible through the footer. |
Ah, I see - I am not sure if we would accept this as a bugfix for the mentioned issue as this only slightly changes the situation but the dialog still feels very much confusing/unusable |
Do you think you would be able to fix the other issue - mainly the scrolling weirdness? |
Yeah, but I'll need to recreate the dialog from the base cause there are two scrollable divs which are creating a little bit of problem :') |
Ah! I just saw the issue and gave it a try was not sure end result will be significant or not 😅 |
As long as that is the best way to fix the problem and we retain all the features, that would be ideal :) |
Cool, then I'll create a new issue on resolving two scrollbars, is it okay? |
Sure, go ahead |
@SimonBrandner I guess the current issue I'm working on is related to the scrolling weirdness, I'll make the changes to this PR itself rather than creating a new issue. Does that work? |
Sure! |
note: We should already have a component for this type of modal on the web |
Since this seems abandoned, I opened #9873. |
Closing in favour of #9873 - thanks for your contribution! |
Signed-off-by: ankur12-1610 [email protected]
Fixes: vector-in/element-web/#21855
polls.mp4
Here's what your changelog entry will look like:
🐛 Bug Fixes