Update 07/07/2012

Started by shmax, July 07, 2012, 08:55:42 PM

previous topic - next topic
Go Down

shmax

More work on gallery view:
http://www.shmax.com/database/238?show=gallery&sort=category

- hooked up the checkmarks, such that if you click on one, the collection ui appears in a popup

While I was at it:
- wrote code to inject css classes for current renderer/version into the body element of the DOM, so I can target CSS for different browsers (I'm looking at you, IE9)
- now hiding the little arrow in the collection UI checklist drop-downs (so there's more room)
- tidied up the collection UI part checklist, such that the labels all line up (only works in webkit--IE users are out of luck)
- found and fixed a bug--the checklist select drop-downs weren't working (was listening to click event instead of change)
- another bug: when displaying the part checklist for sealed/graded items, don't show "gestalt" items

Go Up