the selector buttons are mis-aligned (see attached screenshot) clicking on "tweets" and saving actually deletes!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mushybanana’s picture

+1

hermes_costell’s picture

twitter.pages.inc file line 262:

Change
if (user_access('administer_twitter_accounts')) {
to
if (user_access('administer twitter accounts')) {

juampynr’s picture

Title: Table skewed » Twitter accounts table is skewed
Version: 7.x-5.4 » 7.x-6.x-dev
Status: Active » Fixed

Nice catch. Fixed. Thanks!

hermes_costell’s picture

No prob! Thanks for maintaining the module!

dr.user’s picture

Status: Fixed » Patch (to be ported)

Same problem in 6.x-5.0

dr.user’s picture

Why this is not fixed in 6.x-5.1 release?

juampynr’s picture

Version: 7.x-6.x-dev » 6.x-5.x-dev
Status: Patch (to be ported) » Fixed

Patch was not ported. Committed to 6.x-5.x.

http://drupalcode.org/project/twitter.git/commit/9c51047

Tomorrow the dev release will contain this patch. In the meantime you can clone the repository.

juampynr’s picture

Status: Fixed » Closed (fixed)

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

euk’s picture

Hi!

It is still not pushed to 6.x.-5.1
Everyone who gets the module from https://drupal.org/project/twitter has this issue!
Please, push the fix to 6.x.-5.1

Thanks!

euk’s picture

Status: Closed (fixed) » Needs work
dr.user’s picture

Priority: Normal » Major
DamienMcKenna’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)

This will be in the next release.