888 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
36
views
DMN File Import Across Multiple Folders in Editor
Currently, the DMN Editor (v0.32.0) only displays DMN files that are in the same directory as the currently opened DMN file. I have a Quarkus project with Kogito business rule engine, when DMN files ...
0
votes
1
answer
93
views
Is it possible in IntelliJ IDEA to navigate between GraphQL schema and the controller methods?
I have a Java/Kotlin Spring Boot project with GraphQL API.
I would like to navigate between the schema file and the @QueryMapping and @MutationMapping in the @Controller implementation of the schema.
...
0
votes
0
answers
29
views
Syntax Error and Platform-Specific SVG Import Issue in React Native & Next.js Monorepo(tsx)
I'm working on a monorepo project that includes both React Native and Next.js (Web). I'm encountering an issue where I am using react-native-svg for rendering SVGs. The problem arises when the code ...
1
vote
1
answer
55
views
How to make a JFileChooser (DIRECTORIES_ONLY) start off with blank in the folderName?
I am using a JFileChooser to let the user select their folder.
The user triggered execution somewhere they did not expect because the JFileChooser provided a default value in the Folder Name: field. ...
0
votes
1
answer
729
views
What heading level is correct in a modal window? [closed]
When creating a modal in HTML (dialog window displayed on top of the current page), what is the most appropriate when putting HTML heading on the top of div?:
H1? H2? What is the most correct?
1
vote
1
answer
323
views
Angular Material customization guide clarification
In the angular material guidelines, there's the following paragraph:
"Avoid defining custom styles that would affect the size or internal layout of the component, such as padding, height, width, ...
0
votes
1
answer
32
views
I have interesting issue which first I'm not sure even if it's need to be fix regarding angular route
I have navigation in the header with:
[routerLink]="/base/privatepage"
The navigation is working fine and the module is not relaod which is good. Now, this is
page is a form page. It has ...
2
votes
1
answer
3k
views
How to use mouse to run to cursor or set next statement in VS Code
In Visual Studio, it's really fast and easy to move the debugger somewhere with the mouse by hovering next to the line and clicking the icon that appears:
Similarly, you can move the debugger back to ...
0
votes
0
answers
231
views
Tabindex skipps over Link
My HTML5 tabindex skips over a link element. Even when using tabindex=0, the tabindex skips right over and ignores the <a> element. AFAIK <a> should already be in the tabindex (even ...
0
votes
1
answer
42
views
Capturing scroll events on third party websites?
I am trying to compare scrolling behavior on a mobile vs desktop website. The plan is to let participants scroll on a mobile phone and desktop in a lab respectively for x minutes. Therefore, I have ...
4
votes
3
answers
4k
views
SwiftUI TextField Currency Formatting Problem
I'm running into a SwiftUI end-user, usability problem using a TextField to enter a currency amount.
The bound field is a double, initially set to 0 and when the text field is displayed, the prompt is ...
1
vote
1
answer
1k
views
Keep Keyboard Focus after selecting value in Autocomplete
I use an Autocomplete in a Flutter Web-App (using web-renderer html, but this should not matter). There is an issue with keyboard navigation: If I flip though my UI (multiple textfields/autocompletes +...
0
votes
0
answers
45
views
WPF MenuItem usability by mouse
WPF MenuItem is only selected when user hovers mouse exactly over the text of MenuItem.
If user clicks now then menu will be expanded, good:
This does not happen when mouse is not over the text.
If ...
4
votes
0
answers
297
views
Visual Studio Code: Menu Bar: Show All Commands
How do I add a command to Visual Studio Code's menu bar to make the feature more discoverable? I don't see a menu bar or toolbar editor like Microsoft Office's Quick Access Toolbar dialog.
For example,...
2
votes
1
answer
439
views
Is it ok to set a minimum display time for the spinner from the UX standpoint?
I have a task to generate a file based on the data from several records (sources) that could be selected on UI. A user can select from 1 to 100 records. The generation (request processing) time ...