Skip to main content
0 votes
2 answers
31 views

How to stop mouse events through CSS ::backdrop

I'm exploring replacing some JavaScript modals with native HTML and CSS only modals using the new Popover API and I've noticed that pointer-events like hover and click are propagating through to the ...
anthonyryan1's user avatar
  • 5,347
0 votes
1 answer
41 views

iPad Crash :Expected a popover view, found (null)

I got a crash with the following stack trace: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason:Expected a popover view, found (null) Last Exception Backtrace: 0 ...
Dragon Mr's user avatar
1 vote
1 answer
36 views

Popover on Table Cell Depending on the Value

I am currently developing a website (with Flask) that features a data table containing abbreviated codes for some values. My goal is to have a popover on these cells to have the full meaning in the ...
Pilot640's user avatar
0 votes
1 answer
83 views

Bootstrap 5 popover html content

I am using Bootstrap 5 popover and it could not show the HTML content that I need. I followed this link as a solution: How to add html tag attribute in bootstrap 5 popover setAttribute()? It was ...
newbie coder's user avatar
0 votes
1 answer
54 views

antd preview closes popover

I use antd image inside antd popover and I open the preview of the image, then If I click on the preview or close the preview, this results in closing the popover as well, how can I prevent this? I ...
Ixtiyor Sharobiddinov's user avatar
1 vote
2 answers
60 views

Show ColorPicker in popover on macOS

We can present the color picker in swiftUI easily. ColorPicker("", selection: $selectedColor) However, in my macOS app it looks ridiculous as it opens as a standalone view and is ...
Borut Tomazin's user avatar
0 votes
1 answer
26 views

My navbar isnt visible when the element with popover is open

i was creating nav with with menu using popover but when popover is open the navbar is hidden i setted the z-index already too many soo it should be highest i thought navbar links popover code /// <...
meylis Gurbanmyradow's user avatar
1 vote
1 answer
148 views

Popover not showing, no matter what

I have this code: import SwiftUI struct ContentView: View { @State var show = false var tools = [Tool("document.on.document"), Tool("document.on.clipboard")] var body: ...
Duck's user avatar
  • 35.8k
0 votes
0 answers
15 views

How to show multiple sub-options in dropdown using Material UI?

I am trying to show nested options in a dropdown which on hovering should open up its sub-options and close sub-options on mouse leave. However, I am facing an issue where the sub-options open on ...
prag-sri's user avatar
0 votes
2 answers
58 views

same html popover on different elements positioned in different places

I have a dropdown that I wish to show/hide using html popover API under many different elements. The problem is that popover uses id to detect the target, obviously I can't use one id on multiple ...
lilpigboy's user avatar
0 votes
1 answer
54 views

Properly reload and reformat a Bootstrap Popover after Loading Data with ajax

Let me state first of all that there are a lot of articles out there asking about simply loading an Ajax call's data into a Bootstrap 4.0 popover; this question regards a slightly different topic. The ...
Freerey's user avatar
  • 184
1 vote
0 answers
40 views

Button with popover wrapped in control not working inside menu

I've created control which wraps button and popover. Here is the code: struct PopoverButton<DestinationView: View>: View { let label: LocalizedStringKey let image: String let ...
Jerzy Piechowiak's user avatar
1 vote
0 answers
85 views

how to solve Warning: React does not recognize the popoverTarget prop

i was creating an language dropdown and i used new feature popover and thats the problem doesnt recognize it. please help guys code languageDropdaownItem interface IProps { handleClick: () => ...
meylis Gurbanmyradow's user avatar
1 vote
0 answers
82 views

Popover does not appear when a button is tapped inside a List section [duplicate]

Popover functionality breaks when enabled for multiple section buttons, but works as intended when limited to one. struct ContentView: View { var items = ["Note 1", "Note 2", &...
Muhammad Bilal's user avatar
0 votes
1 answer
69 views

Why is the bslib popover not working in R Shiny?

On clicking the "Click Me!" button, I should see a popover with the selectInput widget. But it is not working. Could anyone let me know as why this is not working? ui <- basicPage( ...
Narayan Shubha's user avatar

15 30 50 per page
1
2 3 4 5
147