Search:

Type: Posts; User: cdamon; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    1,777

    If you're seeing this in Firefox 3.5, then it's...

    If you're seeing this in Firefox 3.5, then it's probably this:

    Bug 47711 - FF3.5 throws protection error

    Mozilla fixed it as of 3.6.

    -Conrad
  2. Replies
    5
    Views
    1,696

    That mockup is actually a 4-pane view. For our...

    That mockup is actually a 4-pane view. For our next major release (6.0), we will give the user the option of having the reading pane on the right rather than at the bottom. The need for a fourth pane...
  3. Replies
    10
    Views
    3,882

    There are a couple of constants in...

    There are a couple of constants in ZmContactList.js that you might want to look at:

    ZmContactList.AC_GAL_TIMEOUT = 15; // GAL autocomplete timeout (in seconds)
    ZmContactList.AC_GAL_FAILURES =...
  4. appCtxt is now a global (window) variable, so try...

    appCtxt is now a global (window) variable, so try one of these:

    appCtxt.getUsername()
    appCtxt._activeAccount.name
  5. Replies
    1
    Views
    1,506

    AjxRpc.invoke hasn't changed. The problem is that...

    AjxRpc.invoke hasn't changed. The problem is that you're creating a callback with an object context, but your function is static. You should either make your class concrete, using a prototype so that...
  6. I agree, reading convs upward is a bit of a pain....

    I agree, reading convs upward is a bit of a pain. It's like that, not surprisingly, because the msgs in the conv follow the same sort order as the list of convs.

    There's one catch - we still want...
  7. Replies
    2
    Views
    1,666

    This should be working in 5.0GA: Bug 6082 -...

    This should be working in 5.0GA:

    Bug 6082 - enable notification for delegate stores/shared folders

    There are a lot of types of notifications to handle, and the GA release doesn't handle all of...
  8. Replies
    6
    Views
    2,325

    Take a look at ZimbraServer/docs/query.txt ...

    Take a look at ZimbraServer/docs/query.txt

    -Conrad
  9. Replies
    4
    Views
    1,185

    That nasty situation is due to overzealous input...

    That nasty situation is due to overzealous input checking, which has since been removed and will not be present in our next release. See related bug 14390.

    -Conrad
  10. Replies
    2
    Views
    2,683

    That's exactly why I introduced the "hybrid"...

    That's exactly why I introduced the "hybrid" conversation view. I was also tired of going back and forth to view a different conversation. Available in 5.0 when it's released and in the SVN...
  11. Replies
    4
    Views
    1,555

    We have a mechanism called Zimlets for doing...

    We have a mechanism called Zimlets for doing stuff like that. One possible feature of a Zimlet is recognizing patterns in content and highlightling them as objects that can be interacted with. For...
  12. Replies
    2
    Views
    1,521

    How you do it depends on where you're adding the...

    How you do it depends on where you're adding the button: whether in the core client code, or via a zimlet. Either way, you'd probably create an operation for it - an operation in the ZCS client...
  13. Replies
    9
    Views
    2,537

    "_496" is a result of minimizing the code (which...

    "_496" is a result of minimizing the code (which we do through rhino), which among other things converts local variable names into short names.

    We're working on improving behavior during the large...
  14. Replies
    10
    Views
    2,343

    It matters where the cursor is on the row when...

    It matters where the cursor is on the row when you right-click. You need to be over a participant when you right-click to get the participant menu, which has the "Add To Contacts" or "Edit Contact"...
  15. Thread: User settings?

    by cdamon
    Replies
    2
    Views
    1,528

    Hitting the Esc key will also make the menu go...

    Hitting the Esc key will also make the menu go away.

    -Conrad
  16. Replies
    8
    Views
    2,317

    One possibility is that their browser isn't...

    One possibility is that their browser isn't handling CSS at all. We use CSS rules for a ton of stuff, including colors and images which are lacking (except the Zimbra logo). Weird that it's happening...
  17. Replies
    2
    Views
    1,362

    A request has already been filed as bug 11141...

    A request has already been filed as bug 11141. Feel free to vote for it!

    Autocomplete against a shared address book is non-trivial: We either need to read in the shared address book during startup...
  18. Replies
    8
    Views
    1,823

    In terms of the Ajax client, there's really no...

    In terms of the Ajax client, there's really no such thing as "adjust the html". A browser represents a DOM tree. You can create a DOM tree by sending HTML to the browser (which parses it and creates...
  19. Replies
    32
    Views
    35,740

    Sticky: Actually, the Ajax client supports that, with the...

    Actually, the Ajax client supports that, with the following query string args: view=msg&id=12345
  20. Replies
    2
    Views
    1,347

    Check out bug 10317...

    Check out bug 10317. If it's close to what you're looking for, vote for it.

    It covers the case where you want to apply an action to an entire set of search results (which includes, for example,...
  21. Replies
    2
    Views
    1,428

    Are you using some hacked/rebranded version of...

    Are you using some hacked/rebranded version of FF2? Several of us in the office have been using FF2 for a while with both the web client and the admin client without any problems. It sounds like the...
  22. Replies
    2
    Views
    1,360

    I agree. While minor, it's something that I found...

    I agree. While minor, it's something that I found annoying the first time I saw it. It seems more clever than useful. I just filed an RFE (13685 in bugzilla), feel free to vote for it.
  23. I've seen it too. Bug 12318...

    I've seen it too. Bug 12318
  24. Replies
    6
    Views
    5,125

    The general case is that we need a way to select...

    The general case is that we need a way to select all the results of a particular search, rather than just the ones that are visible, so that any action (delete, flag, move, mark read, etc) may be...
  25. Replies
    14
    Views
    3,282

    In general, we don't show the total because we...

    In general, we don't show the total because we don't know it. For the sake of efficiency, our server performs searches with a LIMIT clause. For example, if you search your mail for 'xml', you will...
Results 1 to 25 of 52
Page 1 of 3 1 2 3