lp_stockreplies no longer working with new Launchpad forms

Bug #827854 reported by Brian Murray
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad Greasemonkey Scripts
Fix Released
High
Unassigned

Bug Description

Clicking on a stock reply no longer populates the form like it should.

Error Console says the following:

Error: xpath("//textarea[@id=\"" + formname + ".comment_on_change\"]").snapshotItem(0) is null
Source File: chrome://launchpadimprovements/content/script-compiler.js
Line: 218

However, looking at the page source there field is the following:
<div>

      <label style="font-weight: bold"
             for="ubuntu_nspluginwrapper.comment_on_change">Comment on this change (optional)</label>
      <textarea cols="62" rows="4"
                id="ubuntu_nspluginwrapper.comment_on_change"
                name="ubuntu_nspluginwrapper.comment_on_change"></textarea>
    </div>

So it certainly seems like it should work unless I am missing something obvious.

Changed in launchpad-gm-scripts:
importance: Undecided → High
Revision history for this message
Bryce Harrington (bryce) wrote :

Assuming commit 158 fixed this. Seems to be working properly now for me.

Changed in launchpad-gm-scripts:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.