Not remember setting

views 3 [6.x-3.x-dev; 2010-05-24];

Comments

YK85’s picture

subscribing

szantog’s picture

not remember the settings 6.x-2.11 too.

zserno’s picture

Status: Active » Postponed

Since Views 3 is in pretty early stage (alpha3) and as far as I know it won't have a stable release for D6, I don't plan to support it in the 6.x branch. Of course a 7.x branch will be built on Views 3.

Postponing.

zserno’s picture

@szantog: Please check this issue: #780366: "Make it sexy" checkbox state not remembered
I think your comment is more related to that one.

light9’s picture

subscribing

craspouille’s picture

Hi!
Has anyone managed to make it work with view3?

zserno’s picture

Title: Not work with VIEWS 3 - not remember setting » Views 3 support
Version: 6.x-1.0-alpha2 » 6.x-1.0-beta1
Assigned: aspiration » zserno
Category: bug » feature
Priority: Critical » Normal
Status: Postponed » Active
StatusFileSize
new2.09 KB

Attached is a patch for supporting Views 3. Please test it so I can roll out a new release with it.

zserno’s picture

Status: Active » Needs review
StatusFileSize
new10.95 KB

Also attaching it as a proper tarball.

lanzs’s picture

it doesn`t work for me :(
I`m checking "make it sexy", saving view and refreshing page with this view, but filters still not "sexy" :(
p.s. view in block

lanzs’s picture

I found out that js is not add (js which is in 'Implementation of hook_views_pre_execute()')

..I suppose that something wrong with '$needs_sexy_love'

zserno’s picture

@lanzs Could you please write down the exact steps to reproduce? That will help a lot. Thanks.

lanzs’s picture

Sure:
1. I have downloaded patched module (from this topic #8) and installed it
2. Open my view (view with 'default' and 'block' displays; 'block' display uses all from 'default')
3. In exposed filter 'Node: Type' I`m checking "make it sexy"
4. updating filter
5. Opening this filter one more time to satisfy myself that "make it sexy" checkbox is checked (because 'not patched' version doesn`t remember it)
6. Saving view
7. Going to page with this view (its not page view, but user-profile page with view in block on this page)
8. Opening source - And I see that there is no needed js
Maybe the problem is that I`m using view in block?

lanzs’s picture

Sorry for misleading - the problem is not that js is not added, just have found it, but it still doesn`t work. Even don`t know what`s the problem. I`m using views 6.x-3.x-dev
Any ideas what can be or maybe any advices what can I do to provide you with more information?
Thanks for help!

zserno’s picture

Probably it's because you run into this issue: #899380: sexy exposed don't work for "Exposed form in block: Yes".
Can you try it on a page display?

lanzs’s picture

Trying on a page display (standart views 'tracker' with added filter 'Node: Type' and checked 'Make it sexy') - same result, but in IE I`m getting js error: 'Object does not support this property or method'. I`m using jQuery update and jQuery UI can they cause error?

lanzs’s picture

The problem solved for me by direct adding dropdown-check-list js in template-page.

I downloaded the last version of dropdown-check-list and insert js file in my theme folder. After it I added js through

in nececary page-template. And all works!
Have no idea why it`s not working when js added through module..

lanzs’s picture

Issue tags: +feature request, +bug report
StatusFileSize
new14.31 KB
new12.77 KB

Find out what the problem:

1. Its not working with jQuery-ui 1.8 (with 1.6 and 1.7 - ok) - not makes sexy exposed filters and breaks auto-submit (view-hacks module)
I have 1.8 on my site, thats why I have had problems with sexy exposed. Tested with 1.8.9 and 1.8.12

2. When we have two views with sexy exposed filter on the same page (e.g. as block or as block in quick tabs) - they aren`t work. More detailed (three cases):

  1. First view with sexy exposed filter second with usual exposed filter - its ok, normal work
  2. First view with usual exposed filter second with sexy exposed filter - bug detected: first views exposed filter became sexy (expected behavior - usual exposed), second views exposed filter stays usual (expected sexy)
  3. Both views with sexy exposed filters - Bug detected: both became usual (expected both sexy)

Test components: drupal 6.20, views 6.x-3.x-dev, views-hacks 6.x-1.x-dev, views-sexy-exposed 6.x-1.x-dev (from this theme), jquery-ui 6.x-1.4 with jquery-ui 1.7.3 inside, jQuery-update 6.x-2.0-alpha1, quick tabs 6.x-2.0-rc5
Also attaching views with wich I was testing it.

giorgosk’s picture

unfortunately #8 does not work with my views 6.x 3.x - views-hacks 6.x 1.b2
maybe it conficts with the views hacks ?

Shadlington’s picture

Subbing

jonlibrary’s picture

#8 worked for me. I was staring at http://drupal.org/node/780366 ("Make it sexy" checkbox state not remembered) for hours.

pvasener’s picture

I can also confirm that #8 fixed the problem I encountered with Views 3.

avpaderno’s picture

Assigned: zserno » Unassigned
Issue summary: View changes
Status: Needs review » Closed (outdated)
Issue tags: -feature request, -bug report

I am closing this issue, as Drupal 6 is no longer supported.