Ticket #1484659 (closed Bugs: worksforme)

Opened 13 months ago

Last modified 10 months ago

Problem with Identities

Reported by: jerome Owned by:
Priority: 5 Milestone:
Component: Client Scripts Version: 0.1-rc2
Severity: normal Keywords:
Cc:

Description

I can't change or add identities in Personnal Settings. If I want to change or to add identies the button Save isn't clickable (same thing for the delete one).

Change History

  Changed 13 months ago by jerome

Oups I forgot I try with the sqlite and mysql backend and I have the same problem.

  Changed 13 months ago by chris_hodgetts

This is happening to me as well. Are you using the Debian Package for this?

I am using the Debian Package, and if this is the case then you should contact the package maintainer for Debian.

  Changed 13 months ago by thomasb

Please check the error logs and provide more information about your environment (PHP version, database, package or direct install, browsers, etc.)

follow-up: ↓ 5   Changed 13 months ago by chris_hodgetts

Nothing of note in the Error logs:

System is running the latest DebianUnstable? PHP5 (php4 was removed), both MySQL and SQLite (Every install results in a dropped database), package installed from apt-get install roundcube (apt auto installed required dependences)-- Mozilla on Windows / Linux, and IE on Windows 2k and XP.

When reporting it as a bug on the Debian package site, I included this which I should have included here, but assumed it was a Debian specific bug as it's quite a big deal and assumed it would have been fixed.

<p><br /> <input type="button" value="Delete" onclick="return rcmail.command('delete',,this)" id="rcmbtn109" class="button" disabled="disabled" />&nbsp; <input type="button" value="Save" onclick="return rcmail.command('save',,this)" id="rcmbtn110" class="button" disabled="disabled" /> </p>

Which was a copy and paste from the Identies Page Source as you can see the buttons are "disabled", one of the package maintainers said, JavaScript? might be changing it, but I asked for more info and none was forthcoming at this time, but noticed there was an update here, so including what I have given them.

in reply to: ↑ 4   Changed 13 months ago by jerome

I use the same package than chris_hodgetts (the debian unstable one) on a Debian Etch with PHP 5.2.0 (no php 4). I try with Iceweasel on Debian (2.0.9) and Firefox (2.0) on Windows XP and I have the button problem. And I watch with firebug and I have this code :

<input id="rcmbtn109" class="button" type="button" disabled="disabled" onclick="return rcmail.command('delete',,this)" value="Delete"/> <input id="rcmbtn110" class="button" type="button" disabled="disabled" onclick="return rcmail.command('save',,this)" value="Save"/>

I have nothing in the log file.

  Changed 13 months ago by chris_hodgetts

Jerome you might want to also log this as a bug on the debian..

Bug#452016 for you record..

I really dont think it's a bug with Roundcube source.

  Changed 12 months ago by toots

Hi all !

I also experience this issue with current debian package.

However, I really don't think it comes from the package since this used to work with previous packages..

If devels could explain us why and when a submit button can be disabled by roundcube, it'll help debugging a lot.

  Changed 12 months ago by toots

Ok, problem was from our side, applogies, you may shut this bug now.

By the way, it would be nice if the 'gpl-only' release was mostly the 'roundcube-only' release.

As packagers, we have to remove everything that's not roundcube-only in order to use our own package.

That's the only way to handle security fix for the distribution as a whole, but it's also a pain for packagers since we have to look down for every included projects, and replace them with projects we package separatly.

This also leads to issues since, as we're not upstream developpers, so we can't always be sure we've done things right...

Of course, it's not a particular criticism for roundcube, this issue is the same for a lot of webapp projects, and we understand you'd like to have a drop-and-play tarball....

  Changed 10 months ago by till

  • status changed from new to closed
  • resolution set to worksforme

@toots - Thanks!

Note: See TracTickets for help on using tickets.