question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Search] Scrolling Results

See original GitHub issue

Feature Request

Description

I think it would be nice for the option to have a scrollable results menu. Sometimes users want a lot of results, and limiting them just makes them frustrated because they can’t find what they (vaguely) searched for.

Example

.ui.search .results {
  max-height: 30vh;
  overflow-y: auto;
}

We could even reuse variables from the scrolling dropdown options.

One issue with this is we would need to copy the dropdown’s scrolling behavior when using keyboard shortcuts.

Testcase

https://jsfiddle.net/nstquf0b/

Screenshot

image

Related to Semantic-Org/Semantic-UI/issues/3389, but I didn’t understand how Jack’s answer is a solution with the current implementation.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lubber-decommented, Jun 1, 2020

Implemented by #1350

1reaction
lubber-decommented, May 25, 2019

@GammaGames I should have read your post more accurately…you already pointed to the dropdown variable setting… 🙄 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google Search results now continuously scroll on desktop
"So starting today, we're bringing continuous scrolling to desktop so you can continue to see more helpful search results with fewer clicks.
Read more >
Google introduces 'Continuous Scrolling' on desktop for Search
With continuous scrolling, users can see up to six pages of search results by scrolling down before they see the “More” button to...
Read more >
Google's Desktop Search Results Are Now Endlessly Scrollable
Google is making desktop search results more like mobile with an update that lets users endlessly scroll through multiple pages.
Read more >
Google switching to continuous scrolling for desktop Search ...
Starting today, we're bringing continuous scrolling to desktop in English in the U.S. so you can continue to see more search results easily....
Read more >
Continuous scrolling comes to Search on mobile - The Keyword
Today, we're making browsing search results more seamless and intuitive with the introduction of continuous scrolling on mobile devices.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found