Tagged Questions

2
votes
1answer
59 views

How do I jump to the top of the case view?

Sometimes, when reviewing a long case, I find myself wishing I could simply click a link to jump back to the top of the case, rather than having to scroll all the way up to make an …
0
votes
1answer
253 views

Dynamically changed dropdowns are not refreshing.

The script below does what I want it to do except you need to change the ixproject field (Probably because my other projects do not uses subcategory) for the dropdowns to be update …
0
votes
1answer
39 views

What’s the difference between BugViewChange and BugViewChanged? [closed]

I noticed that FogBugz fires both a BugViewChange and a BugViewChanged Javascript event. The former is suggested quite often on this very site. The latter exists since version 8.1. …
1
vote
2answers
68 views

Fully hide edit link

I know how to hide elements, $('#edit0').hide(); However this doesn't hide the edit image. The edit image does not have an id. Any ideas on how to hide or remove it. EDIT: …
1
vote
1answer
90 views

BugMonkey: I want to use jQuery X.Y, but FogBugz only includes jQuery [version older than X.Y]

I write lots of BugMonkey scripts, but FogBugz doesn't include the version of jQuery I'd like to use. How can I include the latest version of jQuery with my BugMonkey script witho …
0
votes
1answer
60 views

How to include jquery in scripts.

On our Fogbugz server Jquery elements are not working. I know the scripts work because I was able to run them on the Fogbugz ondemand version. I tried to follow these steps htt …
2
votes
1answer
113 views

Remove options from drop down fogbugz

How can I remove options from a drop down using BugMonkey? I know it's not technically a drop down, so it's kind of stumping me. For example, I have two drop downs, Group and Prod …
1
vote
1answer
64 views

Attach event to calendar click

I'm trying to capture when a user selects a date on the calendar control, but a simple jquery event isn't working. Here's what I have: $('#tblCalendar tr.day a').click(function(){ …
0
votes
1answer
119 views

Can we have a recent jQuery version please?

I noticed that FogBugz uses jQuery version 1.3.2 (according to $.fn.jquery). That version is almost three years old. Since recently, my up-to-date Chrome logs this warning in the …
1
vote
0answers
62 views

Drop List value not retained

I'm changing fields in fogbugz using bugmonkey scripts. After adding the new options, I refresh the field using DropListControl.refresh. For some reason, all of the drop downs that …
7
votes
1answer
454 views

Feature Request: javascript event for edit mode switch

FogBugz currently switches between "bug edit" mode and "bug view" modes using Ajax transformations (rather than page loads). Because of this, there's currently no way to tell from …
1
vote
1answer
224 views

How do I change the link that the logo points to?

The logo points to the pgOldMainMenu, which is... well... old. I know how to change the logo image. How do I change where this points?
9
votes
4answers
546 views

How do I make the project and area names into links?

Under the case title, I see this text: Project: Area | Milestone: Undecided I'd like to make as much of that text clickable as possible to speed navigation. I want to click "Pro …
3
votes
3answers
608 views

jquery version 1.4.4 needed for .live("change on an input element since jquery 1.3.2 does not support this

I am trying to use a feature in jquery 1.4.4 (.live on "change" for selects) though if I simply replace it in fogbugz I get various errors in the rest of the code. so the question …
1
vote
2answers
149 views

Extract wiki page number - bugmonkey

What's the proper way to extract wiki page number from page source, with jquery? For example, for wiki page W4567 i'd like to get the number "4567" so I can do further things with …

1 2 next
15 30 50 per page