Closed Bug 365457 Opened 18 years ago Closed 9 years ago

code-error/user-error should not use table to show error_message

Categories

(Bugzilla :: User Interface, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 5.0

People

(Reporter: spam, Assigned: LpSolit)

References

Details

(Whiteboard: [fixed by blocker])

Attachments

(3 obsolete files)

code-error/user-error should not use table to show error_message.
this is NOT valid usage of table element and can be easily removed.
Attached patch patch for tip (obsolete) — Splinter Review
Attachment #250256 - Flags: review?
Comment on attachment 250256 [details] [diff] [review]
patch for tip

this loses the padding attribute (which can be mapped as css)
Attachment #250256 - Flags: review? → review-
Attached patch patch for tip v2 (obsolete) — Splinter Review
added 'padding: 20px;'
Attachment #250256 - Attachment is obsolete: true
Attachment #250320 - Flags: review?
Attachment #250320 - Flags: review? → review+
oooh, one more skinnable item :)  (Something people are likely to want to skin, too)
Assignee: ui → bmo2007
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: approval+
Target Milestone: --- → Bugzilla 3.0
Comment on attachment 250320 [details] [diff] [review]
patch for tip v2

This breaks the "Related documentation" feature on error pages. For instance, try accessing a restricted bug while you are logged out. The "Related documentation" box should not be included in the red area.
Attachment #250320 - Flags: review-
Flags: approval+
Attached patch patch for tip v3 (obsolete) — Splinter Review
Attachment #250320 - Attachment is obsolete: true
Attachment #250469 - Flags: review?
We are going to release 3.0 RC1 very soon now and this is not a bug.
Target Milestone: Bugzilla 3.0 → Bugzilla 3.2
Comment on attachment 250469 [details] [diff] [review]
patch for tip v3

>Index: global.css

>+    background: white;
>+    width: 28%;
> }

>+.error_message {
>+    background-color: red;
>+    color: black;
>+    font-size: x-large;
>+    padding: 2.5%;
>+    width: 65%;
>+}

The problem with this patch is that the width of the red box is always 65% of the window, even if there is no doc links to display. Also, the same width is used even if the error message is only a few words long.
Comment on attachment 250469 [details] [diff] [review]
patch for tip v3

per #8
Attachment #250469 - Flags: review? → review-
Attachment #250469 - Attachment is obsolete: true
Bugzilla 3.2 is now frozen. Only enhancements blocking 3.2 or specifically approved for 3.2 may be checked in to the 3.2 branch. If you would like to nominate your enhancement for Bugzilla 3.2, set the "blocking3.2" flag to "?". Then, either the target milestone will be changed back, or the blocking3.2 flag will be granted, if we will accept this enhancement for Bugzilla 3.2.

This particular bug has not been touched in over eight months, and thus is being retargeted to "---" instead of "Bugzilla 4.0". If you believe this is a mistake, feel free to retarget it to Bugzilla 4.0.
Target Milestone: Bugzilla 3.2 → ---
Whiteboard: [needs new patch]
Severity: minor → enhancement
Assignee: spam → ui
This has been fixed by bug 920681 when we moved to HTML5.
Assignee: ui → LpSolit
Status: NEW → RESOLVED
Closed: 9 years ago
Depends on: 920681
Resolution: --- → FIXED
Whiteboard: [needs new patch] → [fixed by blocker]
Target Milestone: --- → Bugzilla 5.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: