Skip to content
#

modal

Here are 732 public repositories matching this topic...

srishak34
srishak34 commented Apr 2, 2019

my eyesight are worse, i am using glasses and with brightness... is even worse. for me the documentation feels a bit too bright and its hard to read the documentation. well maybe not that hard but still a bother to the eye, so if it can be granted, my wish, please grant my wish! i beg of you!!

if cannot then i apologize for being dramatic. feel free to close this issue or just delete it

bootstrap-vue
TeplyyMaksim
TeplyyMaksim commented Jan 7, 2020

Environment

System:
    OS: macOS 10.15.2
    CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
    Memory: 270.89 MB / 8.00 GB
    Shell: 5.7.1 - /bin/zsh
  Binaries:
    Node: 13.5.0 - /usr/local/bin/node
    npm: 6.13.4 - /usr/local/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    iOS SDK:
      Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.
smth
smth commented Nov 9, 2019

I found it a slight distraction to ponder the purpose of id="modal-1-content" in the markup example. I came to the conclusion that it is a legacy of when the example also included aria-describedby="modal-1-content". If this is the case, then for the sake of simplicity perhaps the modal-1-content ID should also be removed.

RoflJOE
RoflJOE commented Sep 23, 2019

For those of you that don't want the Modal to close when you release your mouse outside of the modal, I found a fix(workaround) for it.

Fix
Search for $blocker.click in the plugin, and replace with $blocker.mousedown

This is extremely helpful if you selecting text, and sometimes doing it too quickly so the cursor is outside of the modal when releasing.

Thanks for a great plugin!

LeoniePhiline
LeoniePhiline commented Aug 20, 2019

The closeButtonClickHandler calls exitFullScreen() even if the document was in fullscreen mode before baguette box was opened, and even if options.fullScreen is false.

This breaks websites & apps handling their own fullscreen mode:
When the website/app is in fullscreen mode, opening and then closing a baguetteBox will make the entire app exit fullscreen. This is breaking UX badly.

hepiyellow
hepiyellow commented May 29, 2018

Naively I set <Portal node={document.body} >... and it breaks with react 15 (works with 16).
When I say break, I mean that the portal content is replacing the body instead of appending to it.

Until I figured out that I can simply omit the node prop, and use react-portal's default behaviour.

I just thought this is something that might either require special code handling,
or at least a

china-live
china-live commented Mar 26, 2020

(必填)这个需求解决了什么问题 What problem does this feature solve

?表格内有一个或多个操作按钮,我希望在点击这些按钮后显示loading,并在稍后处理完毕后恢复。

(必填)请填写问题链接来描述为什么无法实现该功能,例如(jsfiddlecodesandboxjsrun) Reproduction link

?如果要实现这样的功能,就需要使用 $event 把原生DOM 事件传入处理方法,但目前vxe-button好像无法这样传入(表格内用原生非vxe-按钮要单独调样式)。

tyeth
tyeth commented Apr 26, 2020

Using Samsung Note9 Chrome lastest on github page.
Change phone into landscape mode and try the url example, you will see no copyright at the bottom, try in portrait and you do.

I believe this to be because the address bar on mobile reduces available height but window height includes adressbar space. In landscape mode there is no extra margin so the URL example page gets truncated by that amou

DanielRuf
DanielRuf commented Apr 6, 2020

Describe the bug

Nothing happens when I click the buttons in the examples.

To Reproduce

Steps to reproduce the behavior:

  1. Go to the docs and try any modal button.

Expected behavior

A modal should open.

Environment (please complete the following information)

  • Operating System: [e.g. macOS]
  • Browser, Version Firefox
  • react-overlays Version [e.g. 2.0.0]

Improve this page

Add a description, image, and links to the modal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the modal topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.