Closed (fixed)
Project:
Amazon Store
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2010 at 17:05 UTC
Updated:
19 Dec 2010 at 20:40 UTC
Jump to comment: Most recent file
There are some problems with the overall form theming
* hook_forms() still needs to be supported, as the fix didn't make it into D7
* Link buttons are ordinary links for now.
* Ugly inclusion of forms from themes is probably the issue.
* Not all the forms up on the top are working right.
* Multiple forms on a page still needs work.
* Buttons that should be hidden are not hidden
* "Checkout at amazon" on cart page is a link; the button code has debug code in it. Make it work.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | amazon_store.hide_no_js_989108_03.patch | 1.89 KB | rfay |
| #1 | amazon_store.linkbuttons_989108_01.patch | 2.94 KB | rfay |
Comments
Comment #1
rfayHere's the patch and the commit for the linkbutton problems: http://drupal.org/cvs?commit=459638
Comment #2
rfayWhat remains to do is
* Not all the forms up on the top are working right.
* Buttons that should be hidden are not hidden
Comment #3
rfayThis one hides elements that have amazon-store-no-js as class. Commited: http://drupal.org/cvs?commit=459646
Now, to make the top forms work. That's the last thing in this issue.
Comment #4
rfayIt looks to me like most of these work. Basic page behavior is OK. Anybody want to do some more significant testing?