I am having trouble adding permissions to terms....
One time, I actually got a permission to show. Then I deleted it. Now, I can't add anything.
I think a checkbox list of the roles would be a lot more intuitive.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 398820_IE7_permissions_table.patch | 1.77 KB | deviantintegral |
| #1 | term_permissions_NOT_shown_IE7.jpg | 34.48 KB | arlinsandbulte |
| #1 | term_permissions_shown_FF3.jpg | 37.86 KB | arlinsandbulte |
Comments
Comment #1
arlinsandbulte commentedOK, I figured out why I could not edit the term permissions....
I was using IE7, which would not display the term permission table lists on the page.
In reality, the permissions ARE being set in IE7, but not displayed.
In FF3, all works well.
See attached screen captures. Both captures were taken of the SAME installation at the same time (should see the same permissions).
You can see IE7 shows nothing, while FF3 shows the set permissions properly.
I took a quick look at the page source in IE7 and the code IS there, it is just not displayed. Maybe some sort of CSS display issue?
First, I thought this was a theme issue (using ZEN), but I had the same problem with Garland.
Comment #2
deviantintegral commentedThanks for reporting this. It turns out that a *point* revision in IE7 has broken this. There's a core issue over at #247957: IE7 does not show tables in collapsed fieldsets.
I've attached a patch which works around this. Can you try it and see if it works for you?
Comment #3
arlinsandbulte commentedConfirmed, the patch fixes the display issue in IE7 and FF3 works as well.
Comment #4
arlinsandbulte commentedComment #5
deviantintegral commentedGreat! Committed to HEAD.
Comment #6
arlinsandbulte commented