Closed Bug 71845 Opened 24 years ago Closed 24 years ago

Schedule/Notify tabs in bookmark properties don't show if url starts with HTTP (upper case)

Categories

(SeaMonkey :: Bookmarks & History, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: nahor.j+bugmoz, Assigned: timeless)

Details

Attachments

(2 files)

If a bookmark location has the protocol written in upper case ("HTTP" instead of "http") the Schedule and Notify tabs don't show up in the properties dialog box.
Attached patch fixSplinter Review
mao: this is your code, please r= or suggest an alternative. alecf or ben please a= if mao doesn't object to the style of my fix.
Assignee: ben → timeless
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: approval, patch, review
OS: Windows 2000 → All
Hardware: PC → All
I don't mind which way we do it, but if we go with timeless' patch, I'd rather see something like: var temp = gBookmarkURL.toLowerCase(); if (temp.indexOf("http://") != 0 && temp.indexOf("https://") != 0) { I'd say let Ben decide and timeless or i can r= the chosen code.
Incidentally, the reason not to use timeless' original patch is that case sensitive bookmarks would be ruined by it. So either the temp variable or my patch would be the way to go.
r=jag on either of mao's suggested fixed. mao, you pick a version :-)
fix checked in. went with the latest attached patch, not the inline version.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Cleaning my old bugs
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: