Opening up the rewrite element in views config, the text box is not accessible.
Picture attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | radix-fixed-rewrite-output-of-field-2335135-6.patch | 1.54 KB | shadcn |
| error-css-radix-views-bootstrap.jpg | 32.75 KB | socialnicheguru |
Comments
Comment #1
Argus commentedClosed an issue as duplicate in the Open Atrium issue queue about this bug.
Has to do with divs missing the
<input/>tag.Comment #2
Argus commentedComment #3
shadcn commentedDo we have a patch? Thanks
Comment #4
mpotter commentedThere isn't any patch. Not sure what "missing divs" Argus is referring to, but Open Atrium is waiting for this issue to be fixed in Radix itself.
I looked at this related issue: #2224211: Fieldset #collapsible broken (in Bootstrap theme)
Not sure how this might help with Radix. As an experiment I updated Radix to the 3.x-dev and ran "gem update" on my gems, and updated our Bootstrap library files to their 3.2 version. It did not fix this problem. So I'm at a loss what to try next.
This is actually a pretty serious issue that affects any nested collapsible fieldsets. The Views Rewrite UI is a good area to test, but there are other areas in OA2 where this is also happening. Needs somebody with more Bootstrap and JS expertise than I have.
Would love to get this (and updates to Radix) into OA 2.30 if possible, but don't know how hard this will be to fix.
Comment #5
Argus commentedComment #6
shadcn commented@mpotter, can you test this patch please? I tested with the Views UI and it works. Not sure where to test for OA.
Comment #7
mpotter commentedHmm, sorry I didn't update this issue. We fixed this in oa_radix a lot easier with these two commits:
http://drupalcode.org/project/oa_radix.git/commit/02158b8
http://drupalcode.org/project/oa_radix.git/commit/8546996
Just a simple css fix.
I can't really test this patch right now because we are doing the 2.30 release today. Also, we are not using the most recent version of Radix. I have a to-do issue for one of our next releases to go through and try to get updated to the latest Radix and bootstrap. But that has the potential to break things too much for the current 2.30 rc releases.
Probably need a discussion here on this specific issue on whether the simple css fix in OA is fine or if we need the more complex markup changes shown in #6.
Comment #10
shadcn commented