Clayton
Clayton
+1 for this. Could you point me in the right direction to implement this?
Looks like @oscarni is correct about the cookies. My shop is on a subdomain, so I'm able to set my own cookie that is usable by both domains.
I don't believe the scroll transfers to the window on a native select in Firefox or Chrome.
The problem is when you scroll while the mouse is positioned over the dropdown. Currently, the menu is closing when you reach the bottom of the list. This is not...
I'll look into it.
I think I got it. http://www.claytonleis.com/misc/selectbox_fix/ I had to include the [jQuery mousewheel plugin](http://brandonaaron.net/code/mousewheel/docs) to get access to the mouse wheel. I then added the following near line 141 of...
Well the mousewheel plugin is only 2.4kb uncompressed. It's up to you if you want to use it.
Are you sure this is being caused by this package and not Eloquent itself. If you use `Quotation extends Eloquent` instead of `Quotation extends Way\Database\Model` do you still get the...