Closed Bug 461637 Opened 16 years ago Closed 16 years ago

Error "ib is undefined" shows in the error console when you drag over the Bookmarks toolbar.

Categories

(Firefox :: Bookmarks & History, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED

People

(Reporter: alice0775, Unassigned)

References

Details

(Keywords: regression)

Attachments

(1 obsolete file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4pre) Gecko/2008102405 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081024 Minefield/3.1b2pre

When you drag a text over the Bookmarks toolbar.
following error shows in the error console.

Error: ib is undefined
Source File: chrome://browser/content/places/toolbar.xml
Line: 984




Reproducible: Always

Steps to Reproduce:
1.Set javascript.options.showInConsole to true
2.Select a text in contentarea.
3.Drag to the Bookmarks Toolbar
Actual Results:  
Error shows in the error console.

Expected Results:  
No error

      <handler event="dragover"><![CDATA[
        // Cache the dataTransfer
        var dt = PlacesControllerDragHelper.currentDataTransfer =
                 event.dataTransfer;

        var ip = this.insertionPoint;
        if (!ip || !PlacesControllerDragHelper.canDrop(ip)) {
>          ib.removeAttribute("dragging");
          return;
        }

Ib is not defined. 
This is a regression of Bug 458233
Keywords: regression
Version: unspecified → Trunk
Blocks: 458233
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Attached patch patch (obsolete) — Splinter Review
a simple var definition move
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Attachment #344869 - Flags: review?(mano)
Assignee: mak77 → nobody
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
Summary: [Places]A error shows in the error console, when you drag a text over the Bookmarks toolbar. → Error "ib is undefined" shows in the error console when you drag over the Bookmarks toolbar.
Attachment #344869 - Attachment is obsolete: true
Attachment #344869 - Flags: review?(mano)
fixed with patch in bug 225680
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Depends on: 225680
Resolution: --- → FIXED
verified with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090127 Shiretoko/3.1b3pre
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: