Side navigation
#4870 closed enhancement (wontfix)
Opened July 08, 2009 08:25PM UTC
Closed February 05, 2010 09:08PM UTC
Bug Tracker: make line numbers non-selectable in code attachment preview
Reported by: | patrickwhalen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | site | Version: | 1.3.2 |
Keywords: | code preview line numbers | Cc: | |
Blocked by: | Blocking: |
Description
add the following css:
table.code th {
user-select: none; -o-user-select: none; -webkit-user-select: none; -moz-user-select: none;
...
}
to the code.css style sheet so that visitors can select and copy code without selecting the associated line numbers.
Attachments (1)
Change History (1)
Changed February 05, 2010 09:08PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |