﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
13626	Trac 1.4 incompatiblity	defect	1.4	Cinc-th	new	2019-10-08T15:38:50+02:00	2019-10-08T17:27:16+02:00	"The plugin cannot be installed in Trac 1.4, it crashes the application with error in log

{{{
2019-10-08 15:34:15,658 Trac[main] ERROR: Internal Server Error: <RequestWithSession ""GET '/wiki/Home'"">, referrer ''redacted''
Traceback (most recent call last):
  File ""/var/lib/trac/trac14/lib/python2.7/site-packages/Trac-1.4-py2.7.egg/trac/web/main.py"", line 639, in dispatch_request
    dispatcher.dispatch(req)
  File ""/var/lib/trac/trac14/lib/python2.7/site-packages/Trac-1.4-py2.7.egg/trac/web/main.py"", line 271, in dispatch
    method=method)
  File ""/var/lib/trac/trac14/lib/python2.7/site-packages/Trac-1.4-py2.7.egg/trac/web/chrome.py"", line 1441, in render_template
    fragment, iterable, method)
  File ""/var/lib/trac/trac14/lib/python2.7/site-packages/Trac-1.4-py2.7.egg/trac/web/chrome.py"", line 1516, in _render_jinja_template
    page = self.render_template_string(template, data, text)
  File ""/var/lib/trac/trac14/lib/python2.7/site-packages/Trac-1.4-py2.7.egg/trac/web/chrome.py"", line 1675, in render_template_string
    string = template.render(data)
  File ""/var/lib/trac/trac14/lib/python2.7/site-packages/Jinja2-2.10.3-py2.7.egg/jinja2/environment.py"", line 1008, in render
    return self.environment.handle_exception(exc_info, True)
  File ""/var/lib/trac/trac14/lib/python2.7/site-packages/Jinja2-2.10.3-py2.7.egg/jinja2/environment.py"", line 780, in handle_exception
    reraise(exc_type, exc_value, tb)
  File ""/var/lib/trac/trac14/lib/python2.7/site-packages/Trac-1.4-py2.7.egg/trac/wiki/templates/wiki_view.html"", line 11, in top-level template code
    # extends 'layout.html'
  File ""/var/lib/trac/trac14/lib/python2.7/site-packages/Trac-1.4-py2.7.egg/trac/templates/layout.html"", line 12, in top-level template code
    # import ""macros.html"" as jmacros with context
  File ""/var/lib/trac/BikeTrackLogger/.egg-cache/BlueFlatTheme-1.0.1-py2.7.egg-tmp/blueflattheme/templates/blueflat_theme.html"", line 12, in top-level template code
    ${select('*|comment()|text()')}
UndefinedError: 'select' is undefined
}}}"	anonymous
14069	BlueFlatTheme - not working well with TracMenus 0.3.0	defect	1.4	Cinc-th	new	2021-10-23T21:31:26+02:00	2021-10-23T21:31:26+02:00	"BlueFlatTheme have issues with TracMenus 0.3.0 as on image.
The reason to usage TracMenus is due many bookmarks that doing view broken as we see.

Also customize this by custom.css as on image 2 part looks like not working (no reaction after save changes [eg.bacground])? [admin/admin/theme/advanced]
Want back logo on top and table/board view (not full widh) with difrenet colour of internal (white) table and outside table other (gray)."	anonymous
14073	Ticket prev next menu is presented ugly with login	defect	1.4	Cinc-th	new	2021-10-25T19:48:57+02:00	2021-10-25T19:48:57+02:00	"As on image prev next menu is presented ugly with login
The resolution if RWD mobile device, then ok."	anonymous
12919	"missing ticket ""edit"" button"	defect		Cinc-th	new	2016-10-30T14:28:50+01:00	2016-10-30T14:28:50+01:00	"When viewing a ticket there used to be an ""edit"" button/link in the top right corner. In your theme this is replaced by ""previous ticket"" and ""next ticket"".

Please consider adding the ""edit"" quicklink in-between, as scrolling on mobile devices isn't very comfortable."	anonymous
12920	ticket editing section	defect		Cinc-th	new	2016-10-30T14:29:51+01:00	2016-10-30T14:29:51+01:00	"The edit section of the ticket should also be ""responsive"". Fields should arrange in a single column only and might appear a bit mor mobile-like."	anonymous
13176	bootstrap 'hamburger' collapsable navigation not working on iOS mobile safari & chrome	defect		Cinc-th	new	2017-05-11T11:56:52+02:00	2017-05-11T17:13:14+02:00	"noticed that the main nav was not expanding on ios browsers . A fix for this is to add the missing **href=""#""**

on the <a class=""navbar-toggle navbar-btn .... tag

"	leon@…
13177	css addition to make the new ticket form work on small screen	defect		Cinc-th	new	2017-05-11T18:20:53+02:00	2017-05-11T21:48:56+02:00	"I'm not set up with svn to add this as a proper patch....

I found that using the following css 


{{{
div#modify table tr{
   display: flex;
   flex-flow: column nowrap;
}

div.trac-resizable textarea {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

#field-reporter, #field-summary {
    width: 100% 
}
}}}

made the new ticket form much better on small mobile screens.

thanks for making the skin, It's nice to see trac looking a little more modern! and move beyond the 'Plone1.0' look!

"	leon@…
13272	Code block wraps long lines	defect		Cinc-th	new	2017-09-13T14:25:19+02:00	2017-09-13T14:31:56+02:00	The code block (preformatted text) wraps long lines. This is not what I would expect from a code block since my code and preformatted text looks horrible now. It is preformatted. Leave the length of the line alone please.	anonymous
13373	fix for navbar for iOS	enhancement		Cinc-th	new	2018-02-13T17:32:13+01:00	2018-02-14T06:05:22+01:00		morstad
13464	Login button displays incorrectly when TracJsGanttPlugin is enabled	defect		Cinc-th	new	2018-07-30T21:07:46+02:00	2018-08-08T02:05:08+02:00	"The login button does not display correctly when the TracJsGanttPlugin is enabled. The text goes off of the right side of the window, and the name of the logged in user is no longer visible (just part of ""Logged"" and a small white box). The login button displays correctly when using the default trac theme.

I'm also creating another ticket for TracJsGanttPlugin (#13465) because I'm not sure if that plugin is causing this issue.

Please let me know what other information is needed (versions, plugin list, etc.). I'm just getting started with trac so I'm not sure what else to include here."	Michael
