Closed Bug 44284 Opened 24 years ago Closed 24 years ago

bookmarks properties dialog won't accept schedule changes

Categories

(SeaMonkey :: Bookmarks & History, defect, P3)

x86
Windows 2000
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: danm.moz, Assigned: mozilla)

Details

Bookmark some page. Edit its properties, make changes in fields in the Schedule 
tab. Hit "OK". Edit properties again. Notice the Schedule changes were lost.

Problem is the JS function that checks for changes in the dialog can't find the 
Schedule tab. The following patch fixes it

Index: bm-props.xul
===================================================================
RCS file: /cvsroot/mozilla/xpfe/components/bookmarks/resources/bm-props.xul,v
retrieving revision 1.21
diff -r1.21 bm-props.xul
48c48
<     <tab value="&schedule.label;" accesskey="&schedule.accesskey;"/>
---
>     <tab id="ScheduleTab" value="&schedule.label;" accesskey="&
schedule.accesskey;"/>
Darn that Ben.  Talk about rotting bits!



Thanks for the fix, Dan.

Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Works for Me
Platform: PC
OS: Windows 98
Mozilla Version: 2000100508

Marking as Verified
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.