10,913 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
52
views
How to resize the images used in my popup function? [closed]
I'm currently working on a band website for a school and would like assistance in regard to the image gallery. I'm using a pop-up function that brings up a gallery layout when you click on one of the ...
0
votes
0
answers
47
views
Why can't I open a PDF popup from within an iframe in a blazor wasm website?
I have a Blazor WASM project. One of the pages contains an iframe with a link to an external website. On this site, among other things, the user can open a PDF document in preview mode in a new tab. ...
0
votes
1
answer
90
views
How can I detect if a browser is blocking a new tab or popup when using `window.open` with `noopener`?
Like suggested in the question How can I detect if a browser is blocking a popup? (2008), the return value of the JavaScript function call
window.open("https://example.com/", "_blank&...
0
votes
0
answers
60
views
How to make a Tooltip using TooltipDrawable in java?
Up to now, there is no straightforward and official way for creating a Material Tooltip in java. I know that one can create a TooltipDrawable using:
TooltipDrawable tooltipDrawable = TooltipDrawable....
0
votes
0
answers
43
views
Creation of the PIN button in the chrome extention's popup so that it won't close automatically [duplicate]
I'm working on a custom Chrome extension and I need some help implementing a "pin" button in the extension’s popup header.
The idea is that when the pin button is clicked, it should keep the ...
2
votes
1
answer
66
views
Python autocomplete popup: double mouse selection
I am creating an autocomplete popup in Python using a Listbox which pops up. One can navigate by using arrows and using Enter to select or use the mouse to select an option. The arrow navigation is ...
0
votes
1
answer
53
views
window.addEventListener("beforeunload", callback) nulls out hook state values when webpage refresh is used - need to close a pop-up window
Use window.addEventListener("beforeunload", xxx) within a function call with the intent of having programmatic functionality before the user refreshes the page or navigates away. In this ...
0
votes
1
answer
38
views
In Sublime Text how to disable this lint popup triggered on file save?1
Recently this started popping up in some files, on file save, super annoying, appears in files that are notes but have bash syntax for easy reading.
Not sure what it is, why it started showing up.
How ...
1
vote
1
answer
322
views
MAUI Community Toolkit Popup V2 Issue with Data Communication
We're using PRISM for navigation in our .NET MAUI app (targeting .NET 9). Initially, we used Mopups for displaying popups, but later switched to the .NET MAUI Community Toolkit Popup because of its ...
0
votes
1
answer
80
views
Strange border around popup when adding drop shadow with MultiEffect
I'm attempting to add a drop shadow effect around a QML popup, but when I do this with a MultiEffect, it creates an additional border around the popup (beyond the shadow).
Here's a minimal QML example ...
0
votes
0
answers
58
views
Why does the z-index sometimes not get added to the filter popup in the Ant Design Table?
I'm using Ant Design to create a table, and there's an issue with one of the filter popups. When I run the application locally, I click on the filter icon on one of the columns and the popup comes up:
...
-1
votes
1
answer
72
views
Why is window.opener null when opening a popup from React app (localhost:8000) to another origin (localhost:3000)?
I'm trying to implement Microsoft SSO login in a React frontend ("http://localhost:8000") by opening a popup to a backend server ("http://localhost:3000") that handles the auth ...
0
votes
1
answer
31
views
How to find element on a pop window which is not accesible
I am trying to access an element from a pop up window which is not accessible. I am swiyching to that child window, after that my code is not performing on what I had given.Below is the code.
String ...
0
votes
0
answers
25
views
How can I display a window alert in Blazor within my try-catch block with the error message? [duplicate]
I have created an application in Blazor with C#, JavaScript, HTML and CSS and would like to receive a pop-up with the message from the try-catch block in case of an error, like this:
try
{
// Here ...
0
votes
0
answers
52
views
I can't get a Mailchimp popup to trigger on my Squarespace site
I am trying to get a lead magnet going on my site. Mailchimp says it's connected to my site BUT they're also saying that the reason that the popup is not working is because the code needs to be added ...