Bug #12
GUI does not work with IE 8
Description
MS Explorer IE 8 and other versions don't work.
History
#1 Updated by Anonymous over 10 years ago
#2
Updated by Josh Paetzel about 10 years ago
http://www.dutchmans.serverthuis.nl/files/klikSystem.jpg
http://www.dutchmans.serverthuis.nl/files/klikSystem.jpg
Couple more screenshots in case they are helpful. I'll set up a testing instance for IE Monday Dec 5
#3
Updated by Hank Jones about 10 years ago
Are you implying the GUI works with other browsers? I've tried IE8, IE6 and Opera 11, all have rendering issues which make the system unusable...
#4
Updated by Josh Paetzel about 10 years ago
- Status changed from Unscreened to Closed
This should be fixed with the latest snap based on r5742 Please follow up if there are still issues.
#5
Updated by Jordan Hubbard almost 6 years ago
- Target version deleted (
2)
#6
Updated by Kris Moore over 5 years ago
Commit: 823bf6ee98e7cdd5d37dd3ff0fca5bba7482a7a8
https://github.com/pcbsd/freebsd-ports/commit/823bf6ee98e7cdd5d37dd3ff0fca5bba7482a7a8
Author: Bernard Spil <Sp1l@users.noreply.github.com>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Log Message:
-----------
Merge pull request #12 from pcbsd/master
Merge branch 'master' of https://github.com/pcbsd/freebsd-ports
#7
Updated by Kris Moore over 5 years ago
Commit: 74ee4b3cf50478aaee3b7941ead10f2092321b8c
https://github.com/pcbsd/freebsd-ports/commit/74ee4b3cf50478aaee3b7941ead10f2092321b8c
Author: truckman <truckman@FreeBSD.org>
Date: 2015-11-14 (Sat, 14 Nov 2015)
Log Message:
-----------
Upgrade to version 0.9.0.
- New "query timeout" feature which allows for a configurable timeout on the
execution of certain types of queries. Introduces new function
dnstable_query_set_timeout() and new result code dnstable_res_timeout
(#8).
- New "time fencing" feature which filters based on 'time_first' and
'time_last' values. Introduces new enum dnstable_filter_parameter_type and
new function dnstable_query_set_filter_parameter() (#9).
- Performance enhancement for some IP range and prefix searches (#11).
- Fix unhandled IPv4/IPv6 address overflow for IP range/prefix queries
(#14).
- dnstable_convert: Assert vendor 'SIE' and message type 'dnsdedupe' so that
the following cast of the return value of nmsg_message_get_payload() is
safe (#10).
- Use CLOCK_MONOTONIC_COARSE rather than CLOCK_MONOTONIC_RAW for query
timeouts (#12).
- query_iter_next_ip(): Fix zero fill condition (#15).
Sponsored by: Farsight Security, Inc.