Top "Details" questions

Don't use this tag.

Remove blue border from open <details> element in Chrome?

I'm upgrading my site to use the new HTML5 details element for better accessibility. It's all working OK, but unfortunately …

css html google-chrome details
How to set and get values in Detail Properties of file? c#

I recently tried the Shell32.dll , which allowed me to get the values, but doesn't allow me to set them. …

c# file properties details
Get contact details from contact id in Android

I want to get several contact details from a contact list view. I have this code: list.setOnItemClickListener(new OnItemClickListener() { @…

android list contacts lookup details
Android launch applications detail page

I'm working on an application where I list the installed applications with the package manager. I can get the package …

java android android-intent details
Automatically close all the other <details> tags after opening a specific <details> tag

Here is my code. What I want to do is -- if the details of any single <details> …

javascript html summary details
How to make <details> drop down on mouse hover

can anybody help me on how to make the details dropdown on mouse hover using css This is the html …

html css details
Pyinstaller .exe throws Windows Defender [no publisher]

I developed a Python code and I converted it to an .exe with pyinstaller but the problem is that there …

python pyinstaller details publisher windows-defender
Spring Security salt for custom UserDetails

I would like to add salt like: PasswordEncoder encoder = new ShaPasswordEncoder(); userDetails.setPassword(encoder.encodePassword(userDetails.getPassword(),saltSource.getSalt(userDetails)); …

configuration spring-security salt details
Youtube Data API: Retrieving multiple Video entries by IDs in a single request

I am wondering if there is a way to query YouTube for multiple random videos (video id's are known) in …

c# video youtube details
Detecting the opening or closing of a details element

How can I detect when a details element is opened or closed in Javascript? Other than attaching a listener to …

javascript html details