Closed Bug 4117 Opened 26 years ago Closed 25 years ago

Float layout problem.

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: kberk.spamaway, Assigned: dp)

References

()

Details

I just finished editing my home page to use more CSS.

After finishing, I decided to test it out with Aprunner (built today 21 Mar 99).

The 4 images I am floating to the right of the page are not rendering properly and
their href links are not hooked to the image (at least not where it is layed out
on the screen.
Assignee: troy → kipp
Priority: P1
Sounds like a DUP of floated images inside of anchors
Status: NEW → ASSIGNED
Priority: P1 → P2
P1's are crashers/blockers. reprioritizing.
Assignee: kipp → dp
Status: ASSIGNED → NEW
Currently this page crashes in netlib (on linux):

#0  0x405b72fd in net_ProcessHTTP (ce=0x81e39dc) at mkhttp.c:3493
#1  0x40620e53 in NET_ProcessNet (ready_fd=0x81e77b4, fd_type=2) at
mkgeturl.c:3371
#2  0x40628d31 in NET_PollSockets () at mkselect.c:298
#3  0x405f98c2 in nsNetlibService::NetPollSocketsCallback (aTimer=0x81d4b34,
aClosure=0x806ec44)
    at nsNetService.cpp:1220
#4  0x404a3df9 in TimerImpl::FireTimeout (this=0x81d4b34) at nsTimer.cpp:73
#5  0x404a42e2 in nsTimerExpired (aCallData=0x81d4b34) at nsTimer.cpp:189
#6  0x409d2990 in g_timeout_dispatch (source_data=0x81d5c74,
current_time=0xbffff6c8,
    user_data=0x81d4b34) at gmain.c:1147
#7  0x409d1c83 in g_main_dispatch (current_time=0xbffff6c8) at gmain.c:647
#8  0x409d220f in g_main_iterate (block=1, dispatch=1) at gmain.c:854
#9  0x409d2391 in g_main_run (loop=0x81e50ec) at gmain.c:912
#10 0x408ff44b in gtk_main () at gtkmain.c:475
#11 0x40047700 in nsAppShell::Run (this=0x809dd94) at nsAppShell.cpp:207
#12 0x8053782 in nsNativeViewerApp::Run (this=0x80964b4) at nsGTKMain.cpp:42
#13 0x8053996 in main (argc=2, argv=0xbffff770) at nsGTKMain.cpp:97

The value of *ce is crud:

(gdb) p *ce
$1 = {
  URL_s = 0x70747468,
  status = 1,
  bytes_received = 1700949349,
  socket = 0x742e7372,
  con_sock = 0x6f706972,
  local_file = 100 'd',
  memory_file = 46 '.',
  protocol = 1112223597,
  proto_impl = 0x2f6b7265,
  con_data = 0x6e69616d,
  exit_routine = 0x6d74682e,
  window_id = 0xfefefe00,
  format_out = -656877352,
  save_stream = 0xe8e8e8e8,
  busy = -34 'Ю',
  proxy_conf = 0x21 <Address 0x21 out of bounds>,
  proxy_addr = 0x81f0030 "ииии!",
  socks_host = 136196960,
  socks_port = -8482
}
I dont get the core dump with M4 freeze build. Looks more like a timer related
wierdity. I am hoping that testing would be able to get this to happen.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
The float images are displayed correctly in the April 23rd Build.
You need to log in before you can comment on or make changes to this bug.