Closed
Bug 3444
Opened 26 years ago
Closed 23 years ago
Apprunner/layout: vertical spacing improvements
Categories
(Core :: Layout: Tables, enhancement, P2)
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: mcafee, Assigned: buster)
References
Details
Apprunner: Layout is clamped to a fixed height and
doesn't respect vertical resizing. Width is Ok.
kipp says:
I have fixes sitting in my tree that make the box model handling for
block elements much *much* better. Having said that, I have't yet looked
at the xul source for the top level apprunner chrome so I don't know if
my fix will apply there. I'm starting to think that they need to use a
table to get what they want.
I did some more digging and I was mistaken. I'm going to start an email exchange
with steve clark and chris karnaze and troy and see what we can come up with
that will work easily. Otherwise, the only vanilla html alternative is framesets
:-(
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 2•26 years ago
|
||
But we still have the bug. Reopening, assigning to trudelle.
Reporter | ||
Updated•26 years ago
|
Assignee: kipp → trudelle
Status: REOPENED → NEW
Comment 3•26 years ago
|
||
I'm not quite sure what you mean by this bug, but I think I'm seeing something
similar on Windows 95 (you probably know this, but the bug is marked Linux and
all the discussion has been about Linux). If I start apprunner, the window is
a certain size, and whatever I do to the window, the status bar stays the same
distance from the top of the page being displayed. If I shrink the window, I
get a scrollbar so I can see the status bar, and if I enlarge the window, I get
the status bar somewhere in the middle of the page with white space below it.
Updated•26 years ago
|
Assignee: trudelle → rickg
Summary: Apprunner/Linux: Layout is clamped to a fixed height → [BLOCK] Apprunner/Linux: Layout is clamped to a fixed height
Updated•26 years ago
|
Resolution: WONTFIX → ---
Comment 4•26 years ago
|
||
This is a blocker for the dogfood milestone. reopening and reassigning to rickg
for triage.
Ramiro -- this is a pretty high priority issue.
Can you get with Kipp/Troy (others?) to help resolve this?
Thanks - Rick
Assignee: rickg → ramiro
This bug has nothing to do with linux so I took that out of the title.
It is really a request for enhancement because the only way to achieve the
desired UI using HTML is with framesets. Since that is not considered
acceptable, something needs to be done about it. I did start an email
discussion, but it didn't get anywhere :-(
Somebody in peter trudelle's group needs to pester the layout group, in
particular rickg/karnaze, about getting a feature done that supports them. I'll
be glad to sit in and help design a solution if necessary.
Alternatively, just as the toolbar and progress meter, and tree code are custom
frames, so can the outer container for the application be a custom frame...
This bug has nothing to do with linux so I took that out of the title.
It is really a request for enhancement because the only way to achieve the
desired UI using HTML is with framesets. Since that is not considered
acceptable, something needs to be done about it. I did start an email
discussion, but it didn't get anywhere :-(
Somebody in peter trudelle's group needs to pester the layout group, in
particular rickg/karnaze, about getting a feature done that supports them. I'll
be glad to sit in and help design a solution if necessary.
Alternatively, just as the toolbar and progress meter, and tree code are custom
frames, so can the outer container for the application be a custom frame...
Updated•26 years ago
|
Assignee: trudelle → rickg
OS: Linux → other
Hardware: PC → All
Comment 8•26 years ago
|
||
clearing all Linux-ness and reassigning to rickg again. Rick, this bug keeps
bouncing back to me, which I don't think is your intent.
Reporter | ||
Comment 9•26 years ago
|
||
Ah, this is indeed happening on Windows as well.
A workaround for M3 would be to increase the initial
vertical layout size, not pretty, doesn't fix the problem,
but it would let us focus on other M3 things.
Updated•26 years ago
|
Target Milestone: M3
Comment 10•26 years ago
|
||
setting (desired) target M3
Comment 11•26 years ago
|
||
This bug has to do with the fact that XUL doesn't handle HTML:STYLE, which
is where the fixed positioning rules were placed. I tried moving
the rules to a place where they'd be picked up by XUL (into a CSS file), but
then AppRunner looked completely horked. I'm going to double-check the rules to
decide if they're correct. If so, then it's still a fixed positioning bug.
Comment 12•26 years ago
|
||
As far as I can tell, fixed positioning just doesn't work right yet.
Comment 13•26 years ago
|
||
A major issue - but not technically a bug. Will plan meeting to resolve.
Comment 14•26 years ago
|
||
Adding Troy to the cc list. One of the commets was that fixed positioning
doesn't work right.
Comment 15•26 years ago
|
||
It's not a fixed-positioning bug: that's the way CSS2 defines things to work.
They need to change their style rules
Removing Troy from Cc
Comment 16•26 years ago
|
||
*** Bug 4194 has been marked as a duplicate of this bug. ***
Comment 17•26 years ago
|
||
*** Bug 4149 has been marked as a duplicate of this bug. ***
Comment 18•26 years ago
|
||
Should this go to evaughan now, since his box tag layout will fix it?
Comment 19•26 years ago
|
||
*** Bug 4150 has been marked as a duplicate of this bug. ***
Comment 20•26 years ago
|
||
*** Bug 4095 has been marked as a duplicate of this bug. ***
Comment 21•26 years ago
|
||
*** Bug 4239 has been marked as a duplicate of this bug. ***
Comment 22•26 years ago
|
||
*** Bug 3981 has been marked as a duplicate of this bug. ***
Comment 23•26 years ago
|
||
Steve -- I'll move this to you as a reminder of the vert spacing improvements we
discussed in tables. Nice guy, huh?
Reporter | ||
Updated•26 years ago
|
Summary: [BLOCK] Apprunner: Layout is clamped to a fixed height → [BLOCK] Apprunner/layout: vertical spacing improvements
Reporter | ||
Comment 24•26 years ago
|
||
Re-summarizing to avoid M4 confusion.
Apprunner clamped vertical problem has been solved, we're
good-to-go for M4. Leaving this for M6 & rickg/buster.
Assignee | ||
Comment 25•26 years ago
|
||
changed misc bugs to M6
Reporter | ||
Updated•26 years ago
|
Summary: [BLOCK] Apprunner/layout: vertical spacing improvements → Apprunner/layout: vertical spacing improvements
Reporter | ||
Comment 26•26 years ago
|
||
I don't think this is a blocker anymore, resummarizing so.
Please add [BLOCK] back if you think this is blocking something.
Assignee | ||
Comment 27•26 years ago
|
||
setting my table bugs to M9
Assignee | ||
Comment 28•25 years ago
|
||
redistributing bugs across future milestones, sorry for the spam
Target Milestone: M20 → M22
Comment 29•25 years ago
|
||
Y'all seem to understand which bug you're talking about here/what bad behavior,
but I don't. Perhaps I'm stupid ;-> , but if someone could explicitly state the
current vs. desired behavior & the impact of not fixing this, I'd be grateful!
Assignee | ||
Comment 30•25 years ago
|
||
This bug is a RFE to the table code to handle stylistic attributes similar to
what box layout does today. Originally, it was hoped that enhanced tables could
make it so eric wouldn't need to write box layout. But box is written, so
internally the point is moot. It may still be interesting for tables to do
better vertical layout, so I'll mark this future/remind.
Severity: normal → enhancement
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 25 years ago
Component: Layout → HTMLTables
Resolution: --- → REMIND
Target Milestone: M22 → Future
Comment 31•23 years ago
|
||
REMIND is deprecated per bug 35839.
Status: RESOLVED → REOPENED
Resolution: REMIND → ---
Comment 32•23 years ago
|
||
No longer appears valid.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•