when configuring the view to expose the form in block
the block does not render the form elements as sexy

the "sexy_exposed_views_pre_execute" does not get executed

maybe the "sexy_exposed_views_api" should get executed
but how do you get the view object ?

Comments

giorgosk’s picture

I meant maybe the "sexy_exposed_views_api" should get IMPLEMENTED

zserno’s picture

Confirmed. It only works if the view is displayed, e.g. as a page.

zserno’s picture

Category: feature » bug
zserno’s picture

...and it only works on that exact page, because of sexy_exposed_views_pre_execute() is not executed otherwise, right.

timlie’s picture

That's strange, in alpha1 this did work for an exposed block...

sifaan’s picture

I also experience this problem after upgrading from Alpha; since all my exposed filters are in blocks, I'm thinking of reverting :(

dufferin’s picture

Same here with 6.x-1.0-beta1 version.

Would love to try the Alpha version... but it's not available.

Any fix soon?

jeffreymb’s picture

I am having this same issue and ended up just copying most of the module to my own custom module and hard coding the settings.

Anonymous’s picture

Subscribe this issue.

@dufferin: alpha is in View all releases: http://drupal.org/node/716928/release
@jeffreymb: do you want to share your custom module sollution?

rta’s picture

didn't work for me in exposed form also version sexy_exposed-7.x-1.0-alpha4

pitxels’s picture

Also if the block is placed in a different page than the view page it should work