Hello Forge Folks!
I am trying to open modal dialog with custom ui resolver through Issue Glance. Custom App works fine, but there are problem with modal style customation. Iframe contains extra box-shadow and non resizable height (~150px). Is there any options to force css styling on iframe or any other workaround?
I’m not sure I understand your request correctly. Please let me know if what I’m saying is accurate.
It sounds like you are trying to render a Modal inside of your Custom UI issue glance. If so, how are you doing this? Are you trying to render an Atlaskit modal dialog directly?
Could you please explain what you’re trying to achieve in more detail?
We’ve released a fix to production. Can you try again and let me know whether it solves the issues you’ve been having?
@MateuszKorczyski specifically regarding the Allow access button in the modal, if you are still experiencing this issue, could you please provide more detail on how exactly to reproduce that?
When I install app by forge install on the new site both custom ui modules issue glance resource and modal needs to allow access (developement stage).
Currently the modal looks much better.
Thank you very much for your help. I would have one more question, is there any chance in the future that the modal size can be set more precisely? For example giving width: 50vh, height: 30vh.
When I tried to open modal with size: ‘x-large’ there is error.
According to the docs, you need to use ‘xlarge’ instead of ‘x-large’.
is there any chance in the future that the modal size can be set more precisely? For example giving width: 50vh, height: 30vh.
We don’t have plans to enable that at the moment, but we’re open to suggestions! Could you describe why you want that to be possible (i.e. why that would bring you value over what is currently available)?
We don’t have plans to enable that at the moment, but we’re open to suggestions! Could you describe why you want that to be possible (i.e. why that would bring you value over what is currently available)?
Finally, I prepared my modal to fixed height, so provided solution worked well. But unfortunately the bug with the modal window height being too low returned on Jira Cloud this week.
For what it’s worth, I can confirm my app is having the same issue with custom modal heights as reported by @MateuszKorczyski. The issue appeared late yesterday (Aug 30) or early today (Aug 31), depending on your time zone. I was actively working with modals all day yesterday, and they were for sure working as expected earlier in the day.
Just trying to clarify, what change was made to Forge yesterday?
I do not see any details on the changelog yet at the top of that page I see ‘This changelog is the source of truth for all changes to the Forge platform that affect people developing Forge apps.’ (my emphasis).
I ask as we, Easy Agile, appear to have been impacted by the change made yesterday.
This still seems to be a problem for me. But by changing height from 100% to 100vh in class css-1kjr904 in the developer console, the modal height changes, can you please look into it?