Here is the source code of a website: <html> <head> <link href="css/style.css" rel="Stylesheet" type="text/css"> <head> <Title> BibTeX Database Manager </Title> <FRAMESET ROWS="90, *, 40" FRAMEBORDER="0" FRAMESPACING="0"> <FRAME SRC="banner.php" SCROLLING="no"> <FRAME SRC="welcome.php" NAME="ContentFrame" SCROLLING="yes"> <FRAME SRC="quicksearch.php" NAME="QuickFrame" SCROLLING="no"> </FRAMESET> </html> Epiphany displays welcome.php and quicksearch.php, but not banner.php. If I directly try to open banner.php in the url, it works. It happens with the latest version of epiphany compiled with xulrunner or firefox, it doesn't happen in firefox.
I have the latest ~x86 version of epihany, and I'm sure some previous version were displaying it correctly (2.18.xx I think) In case you want to test, you can find the php code here: http://www.rennes.supelec.fr/ren/perso/etotel/PhpBibtexDbMng/
Please open a bug in Gnome's bugzilla at http://bugzilla.gnome.org/ Epiphany developers will probably know more than us on the internals of gecko. Don't forget to tell them which versions of gnome/{xulrunner,firefox}/epiphany you're using for your tests. As a side note, have you tried validating your html using the W3C's html validator at http://validator.w3.org/ ? It should help you whether epiphany is broken or not. Thanks
works fine here anyway and you didn't provide any useful information about your system, starting with emerge --info
I wasn't sure it was relevant but here it is: Portage 2.1.4_rc14 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.7-r1, 2.6.23-gentoo-r5 i686) ================================================================= System uname: 2.6.23-gentoo-r5 i686 AMD Athlon(tm) 3200+ Timestamp of tree: Wed, 09 Jan 2008 17:16:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.3 dev-lang/python: 2.5.1-r4 sys-apps/baselayout: 1.12.10-r5 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86 ~x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /var/qmail/alias /var/qmail/control" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror" LANG="C" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://linux.rz.ruhr-uni-bochum.de/gentoo-portage" USE="3dnow 3dnowext 7zip X a52 aac acl acpi additions alsa apm bash-completion berkdb bitmap-fonts bzip2 cairo cdda cdio cdr cjk cli cracklib crypt cups curl cvs d dbus device-mapper dia dri dts dv dvb dvd dvdr dvdread encode fasttrack fat fbcon ffmpeg flac fortran ftp gcj gdbm gif gimp git glade glitz gnome gnutella gnutls gpg gpm graphviz gstreamer gtk gtk2 gtkhtml hal hfs httpd iconv inherit-graph ipv6 isdnlog jabber java javascript jfs jpeg jpeg2k kdrive kerberos kqemu ldap libnotify lm_sensors logrotate lzo mad magic matroska midi mikmod mime mjpeg mmx mmxext mng mono mp3 mp4 mpeg mudflap musepack musicbrainz nas ncurses netboot nls nodrm nptl nptlonly nsplugin ntfs ogg openal opengl openmp pam pango pcre pdf perl php png pppd python quicktime rdesktop readline reflection reiser4 reiserfs ruby samba scanner sdl session snmp sockets socks5 sourceview speex spell spl sse ssl stream subversion svg svga tagwriting tcpd tetex tftp theora threads tiff totem truetype truetype-fonts type1-fonts unicode usb v4l v4l2 valgrind vcd vim-syntax vorbis wifi wmf wxwindows x264 x86 xcb xfs xinerama xml xorg xpm xulrunner xv xvid yv12 zip zlib" ALSA_CARDS="emu10k1 via82xx" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" DVB_CARDS="dibusb-usb2" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS A I said, I try with both firefox and xulrunner.
There's nothing that indicates it's a packaging issue. Please open a bug upstream, you'll probably get better answers :) Thanks