Ticket #161 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Slider to change the amount of the item displayed

Reported by: sdcosta Owned by: sdcosta
Priority: normal Milestone: Gregarius 0.5.5
Component: FEATURES Version:
Severity: normal Keywords: ui
Cc:

Description

It would be nice to have a slider somewhere on the page that you can use to change the length of the item shown to you. So if you slide it all the way to one side you will have only the titles visible and all the way to the other side will give you the entire posts. Anything between the two ends should show you the corresponding amount of the article.

This could be implementable using the CSS-overflow properties and javascript will change the length of all the articles by changing the size of the div containing the articles. It doesnt have to change the length of each div, just the properties of the higher class that the div belongs to. I am not sure if I have explained this properly. Look at the last paragraph in http://sourcelabs.com/ajb/archives/2005/08/powering_javasc.html

Change History

Changed 3 years ago by anonymous

Awesome!

Changed 3 years ago by sdcosta

  • owner changed from mbonetti to sdcosta
  • status changed from new to assigned
  • milestone set to Gregarius 0.5.2

Changed 3 years ago by sdcosta

This will be implemented as a plugin. I think.

Changed 3 years ago by sdcosta

  • owner changed from sdcosta to mbonetti
  • status changed from assigned to new

Changed 3 years ago by sdcosta

  • owner changed from mbonetti to sdcosta
  • status changed from new to assigned

Changed 3 years ago by mbonetti

  • milestone changed from Gregarius 0.5.2 to Gregarius 0.5.3

Sameer showed off some interesting stuff today!

Changed 3 years ago by sdcosta

  • status changed from assigned to closed
  • resolution set to fixed

I had to give up the idea of using the inheritance properties of css. All browsers suck. Firefox just sucks less than the rest. Anyway the plugin is at http://plugins.gregarius.net/index.php?req=info&id=19

Note: See TracTickets for help on using tickets.