Open Bug 582946 Opened 15 years ago Updated 3 years ago

Missing error message for big cursors

Categories

(Core :: Widget, defect, P3)

1.9.2 Branch
x86
Windows XP
defect

Tracking

()

REOPENED

People

(Reporter: u76985, Unassigned)

References

Details

Attachments

(1 file, 2 obsolete files)

396 bytes, text/html
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 Custom cursors larger than 128x128 px are not used at all - ok, thus be it. (Cf. https://bugzilla.mozilla.org/show_bug.cgi?id=541182 ) But when such a big cursor is used, I would expect to see at least some Message (maybe even a warning or an error) in the Error Console: "Custom Cursor <url> with size <x>x<y>px is too large: max. 128x128px allowed; falling back to default cursor." or something like that. Reproducible: Always Steps to Reproduce: 1. Open and clear the Error Console 2. Visit any page with a custom cursor bigger than 128x128 px. 3. Have a look at the Error console. Actual Results: No message regarding the cursor, which is too large, in the error console. Expected Results: There should be a message or info or error about it in the error console. The html: <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <title>Big Cursor</title> </head> <body> <p style="cursor:url(' PLACE THE URL OF THE BIG CURSOR HERE 130x130cursor.gif'),help;" title="130 x 130 pt cursor">Move mouse pointer here!</p> </body> </html> The cursor: GIF89aé é Ç    !¨   , é é  äÅ®╦Ýú£┤┌ï│Ì╝¹åÔHûµ Û╩¯Ã‗LÎv\¦·╬¸■{¨ çD_ªêL*UöÇb ìÛ×fBè═Â×╬ãè½ /┴ı´Uî&é╗îÝ9 ▀¡┘Î<Äç¦╦nD■¶ã┬Îw xHgáþÁÞçêwgÍå#°)Y'âi9Vié¨┘®─Öiz @àj5IË║:5° K++çj{Ùÿk┤╦½y<¼8█[c|ýj¿╗╠,ý³£Mî}]]═C¿¡╩ì,Ì>>H-*¡ý═¦▄ÿ³Ù/Å_£▀¦´┐oı?r§å─r░PBà-TίÃ├"Sñ©NKEï ´Æl³û1▄E$ïà┘▒ÈIÆ+¦òäÿ2╦KÄ█XÁñSeDÅ7Ði%│ºìÖG┌4¬F(╩ÜAæJT║┤aË£8ÖN%¬ÅÑËú¾─,─¬o½öâ`├R²)6k×si‗òÑ┤¾Ê╔Àp╗ã1FÀn^¢R>biÎ^¥i¢ÊL°ý¦Oê[┤ª▒ҥɤH×£Bfáñ ;õ▄┘«%¤í^5=VtÚ©HWfϧZðƒ]6¹©Áá█├┘âZ½Û┼FyËñ³[ppâ┤ë¹6.¡ok╚ ├F8w╣╣µÍº¹ı}╩?╔Ð┼+m\^ºwvÙyå×█g[¯\Òâ,_¹îÆyË3´Ã/ƒtoa5 }¨╔`U·æâX■¦Î^R Fà¦äFÞÊéÈüçßP*x╚KNcí'%▓¸æq¬Àæè®░©£ï0┘ùßë▀mfÒî¿╔F´®U═W¯ºa}ı¨2Æ4 tÌÉ@ª│Ôv?¥ÕìB©ñ=7ì╚#êWÜöch ·ÎÕÝÑWµàY&ÆQÜ>zØø*I죯=gáØ0╣ô×&×ÕÖƒµ!ÿáFÔ&òí®ìtÄóªÄúº§Äñ¯├çÑzS媦%Sຠ^ÐDòµ`ÛkѪ¬* «¥ k¼▓╬Jk¡ÂÌèk«║¯Û@ ;
Hmm. Where are we applying this 128x128 limitation?
Status: UNCONFIRMED → NEW
Component: General → Widget
Ever confirmed: true
QA Contact: general → general
(In reply to comment #1) > Hmm. Where are we applying this 128x128 limitation? I don't know where it is applied, but there was a 32x32 limitation applied before: https://bugzilla.mozilla.org/show_bug.cgi?id=541182 Maybe the 128x128 limitation is applied somewhere "near"?
It's not, that I can find; otherwise I wouldn't have asked the question. Note, also, that the question was directed at Rob.
But I see some sort of size limit imposed on Mac too, and that's what I actually couldn't find... In any case, it should be simple to add an error console report there.
Keywords: student-project
Attached file Test case (obsolete) —
1. Open and clear the Error Console 2. Open the attached test case and move the mouse cursor over the text. 3. Have a look at the Error console. Actual Results: No message regarding the cursor, which is too large, in the error console. Expected Results: There should be a message or info or error about it in the error console.
Attached file Test case (obsolete) —
Attachment #543727 - Attachment is obsolete: true
Well, you need to save the test case text as html file first. Unfortunately it is shown as source code instead of being parsed.
Comment on attachment 543728 [details] Test case That's because you uploaded it as text/plain (or something autodetected that type?). Fixed that.
Attachment #543728 - Attachment mime type: text/plain → text/html
Since https://bugzilla.mozilla.org/show_bug.cgi?id=541182 has been solved, there is no longer the need for an error message. Bug report is obsolete now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Keywords: student-project
See Also: → 541182
Version: unspecified → 1.9.2 Branch
Attached file testcase632092 .html
All-in-one-file-testcase.
Attachment #543728 - Attachment is obsolete: true
Okay... 130x130 cursor isn't shown (again?) and no error/warning/info message again. Please change status from resolved to not resolved.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: