Opening up the rewrite element in views config, the text box is not accessible.

Picture attached.

Comments

Argus’s picture

Closed an issue as duplicate in the Open Atrium issue queue about this bug.
Has to do with divs missing the <input/> tag.

Argus’s picture

Title: Radix and views issue » The views "rewrite the output of this field" input field isn't displayed properly
shadcn’s picture

Do we have a patch? Thanks

mpotter’s picture

There 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.

shadcn’s picture

Status: Active » Needs review
StatusFileSize
new1.54 KB

@mpotter, can you test this patch please? I tested with the Views UI and it works. Not sure where to test for OA.

mpotter’s picture

Hmm, 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.

  • arshadcn committed 135a39b on 7.x-3.x
    Issue #2335135 by SocialNicheGuru: The views "rewrite the output of this...

  • arshadcn committed 02a3af6 on 7.x-3.x
    Issue #2335135 by SocialNicheGuru: The views "rewrite the output of this...
shadcn’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.